Skip to content

Commit

Permalink
Resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Benn Oshrin committed Jun 16, 2022
2 parents 0b463b8 + b80f483 commit 20a630f
Show file tree
Hide file tree
Showing 2,527 changed files with 51,526 additions and 59,396 deletions.
20 changes: 12 additions & 8 deletions app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
"type": "project",
"license": "MIT",
"require": {
"php": ">=7.2",
"cakephp/cakephp": "~4.2.0",
"cakephp/migrations": "^3.0",
"php": ">=8.0",
"cakephp/cakephp": "^4.3",
"cakephp/migrations": "^3.2",
"cakephp/plugin-installer": "^1.3",
"doctrine/dbal": "^3.1",
"doctrine/dbal": "^3.3",
"mobiledetect/mobiledetectlib": "^2.8"
},
"require-dev": {
"cakephp/bake": "^2.3",
"cakephp/cakephp-codesniffer": "~4.2.0",
"cakephp/debug_kit": "^4.4",
"cakephp/bake": "^2.6",
"cakephp/cakephp-codesniffer": "^4.5",
"cakephp/debug_kit": "^4.5",
"josegonzalez/dotenv": "^3.2",
"phpunit/phpunit": "~8.5.0 || ^9.3",
"psy/psysh": "@stable"
Expand Down Expand Up @@ -50,6 +50,10 @@
},
"prefer-stable": true,
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"cakephp/plugin-installer": true
}
}
}
Loading

0 comments on commit 20a630f

Please sign in to comment.