Skip to content

Commit

Permalink
Update composer config
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Dec 16, 2022
1 parent d0fc762 commit 9f07c06
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
],
"require": {
"cakephp/cakephp": "^4.0",
"friendsofcake/crud": "^6.0",
"friendsofcake/bootstrap-ui": "^3.0"
"friendsofcake/bootstrap-ui": "^3.0",
"friendsofcake/crud": "^6.0"
},
"require-dev": {
"friendsofcake/cakephp-test-utilities": "^2.0",
Expand All @@ -54,5 +54,11 @@
"wiki": "http://cakephp.nu/cakephp-crud/",
"irc": "irc://irc.freenode.org/friendsofcake"
},
"prefer-stable": true
"prefer-stable": true,
"config": {
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}

0 comments on commit 9f07c06

Please sign in to comment.