Skip to content

Commit

Permalink
Merge pull request #115 from cuppett/master
Browse files Browse the repository at this point in the history
Resolves #119: Upgrade CakePHP to 3.9.3
  • Loading branch information
hhorak authored Oct 30, 2020
2 parents 377fe8f + a3f8dae commit fddfeb3
Show file tree
Hide file tree
Showing 28 changed files with 2,015 additions and 1,065 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": ">=5.6",
"cakephp/cakephp": "3.6.*",
"cakephp/cakephp": "3.9.*",
"cakephp/migrations": "@stable",
"cakephp/plugin-installer": "^1.0",
"josegonzalez/dotenv": "3.*",
Expand All @@ -15,7 +15,7 @@
"require-dev": {
"cakephp/bake": "^1.1",
"cakephp/cakephp-codesniffer": "^3.0",
"cakephp/debug_kit": "^3.15.0",
"cakephp/debug_kit": "^3.22",
"phpunit/phpunit": "^5.7|^6.0",
"psy/psysh": "@stable"
},
Expand All @@ -37,7 +37,6 @@
"scripts": {
"post-install-cmd": "App\\Console\\Installer::postInstall",
"post-create-project-cmd": "App\\Console\\Installer::postInstall",
"post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump",
"check": [
"@test",
"@cs-check"
Expand All @@ -50,7 +49,7 @@
"config": {
"sort-packages": true,
"platform": {
"php": "7.0.10"
"php": "7.2"
}
}
}
Loading

0 comments on commit fddfeb3

Please sign in to comment.