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

This commit is contained in:
Ben
2022-02-10 15:04:35 -08:00
committed by GitHub
parent 0bd1f42982
commit cd1e3af50f
3 changed files with 21 additions and 3 deletions

View File

@@ -39,8 +39,7 @@
}
},
"require": {
"php": "^7.4|^8.0",
"roots/acorn": "v2.0.0-beta.9"
"php": "^7.4|^8.0"
},
"require-dev": {
"filp/whoops": "^2.12",