Skip to content

Commit

Permalink
📌 Change Acorn to a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Mar 14, 2024
1 parent 4eec6db commit e501cfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
},
"require": {
"php": "^8.0",
"stoutlogic/acf-builder": "^1.11",
"roots/acorn": "^3.0|^4.0"
"stoutlogic/acf-builder": "^1.11"
},
"require-dev": {
"laravel/pint": "^1.14"
"laravel/pint": "^1.14",
"roots/acorn": "^3.0|^4.0"
},
"extra": {
"acorn": {
Expand Down

0 comments on commit e501cfe

Please sign in to comment.