Skip to content

Commit

Permalink
Merge pull request #42 from fr3nch13/2.x-dev
Browse files Browse the repository at this point in the history
Minor updates to packages, coding standards, and phpstan updates.
  • Loading branch information
fr3nch13 committed Dec 7, 2022
2 parents e23edbd + 2a33c00 commit faab211
Show file tree
Hide file tree
Showing 19 changed files with 197 additions and 183 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"php.version": "7.4.33"
}
22 changes: 10 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,19 @@
"prefer-stable": true,
"require": {
"php": "^7.4",
"cakephp/bake": "^2.3",
"cakephp/cakephp": "~4.4.0",
"cakephp/cakephp-codesniffer": "~4.2",
"cakephp/debug_kit": "~4.4",
"cakephp/migrations": "~3.0",
"cakephp/bake": "^2.8",
"cakephp/cakephp": "~4.4.8",
"cakephp/cakephp-codesniffer": "~4.6",
"cakephp/debug_kit": "~4.9",
"cakephp/migrations": "~3.6",
"cakephp/plugin-installer": "~1.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"dereuromark/cakephp-ide-helper": "^1.12",
"dereuromark/cakephp-ide-helper": "^1.18",
"josegonzalez/dotenv": "~3.2",
"mobiledetect/mobiledetectlib": "^2.8",
"mockery/mockery": "^1.2",
"mockery/mockery": "^1.5",
"phpcompatibility/php-compatibility": "^9.3",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "~8.5.0 || ^9.3",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^9.5",
"psy/psysh": "@stable"
},
"autoload": {
Expand All @@ -47,8 +46,7 @@
},
"scripts": {
"pre-commit": [
"@ci",
"echo 'PHP Documentation will be added here.'"
"@ci"
],
"ci": [
"@check",
Expand Down

0 comments on commit faab211

Please sign in to comment.