Skip to content

Commit

Permalink
Update to PHP8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cleptric committed Feb 12, 2024
1 parent bbaf3a9 commit 2b37dfe
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 113 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.3'
extensions: mbstring, intl

- name: Run composer install
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
],
"require": {
"php": ">=8.1",
"php": ">=8.3",
"cakephp/authentication": "^3.0.3",
"cakephp/cakephp": "dev-5.next as 5.0.4",
"cakephp/migrations": "^4.1.1",
Expand All @@ -21,10 +21,10 @@
"sentry/sentry": "^4.5.0"
},
"require-dev": {
"cakephp/bake": "^3.0.6",
"cakephp/bake": "^3.1",
"cakephp/cakephp-codesniffer": "^5.1.1",
"phpstan/phpstan": "^1.10.57",
"phpunit/phpunit": "^10.5.9"
"phpstan/phpstan": "^1.10.58",
"phpunit/phpunit": "^10.5.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 2b37dfe

Please sign in to comment.