Remove Acorn as dependency; treat as requirement (#2825)

This commit is contained in:
Ben
2021-10-22 15:48:51 -07:00
committed by GitHub
parent 385452469a
commit 653832edb2
3 changed files with 61 additions and 4101 deletions

View File

@@ -39,8 +39,7 @@
}
},
"require": {
"php": "^7.3|^8.0",
"roots/acorn": "2.0.0-alpha.0"
"php": "^7.3|^8.0"
},
"require-dev": {
"filp/whoops": "^2.12",