Skip to content

Commit

Permalink
fix composer install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika committed Aug 22, 2022
1 parent e2feee8 commit 3a13bd0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@
"lint-fix": "vendor/bin/phpcbf --standard=phpcs.xml --basepath=. ./lib/ ./models/"
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"composer/installers": true
}
},
"require": {
"php": ">=7.4|^8.0",
Expand All @@ -48,4 +51,3 @@
"devgeniem/acf-codifier": "*"
}
}

0 comments on commit 3a13bd0

Please sign in to comment.