Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Oct 13, 2023
1 parent e20e2c5 commit 1b1369b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@
"bin": [
"bin/pronamic"
],
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"require": {
"php": ">=7.4",
"symfony/console": "^5.0 || ^6.0 || ^6.1 || ^6.2",
Expand All @@ -25,11 +31,5 @@
"require-dev": {
"pronamic/wp-coding-standards": "^2.0",
"yoast/phpunit-polyfills": "^2.0"
},
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 1b1369b

Please sign in to comment.