Skip to content

Commit

Permalink
bump: EB-27298 Upgrade php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aallier committed Nov 22, 2024
1 parent d5bc147 commit 3f0de02
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

env:
PHP_VERSION: 8.3.0
PHP_VERSION: 8.4.1

jobs:
php_analysis:
Expand Down
16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"license": "MIT",
"require": {
"php": "^8.3 || ^8.4",
"php": "^8.4",
"ext-json": "*",
"ext-mbstring": "*",
"graylog2/gelf-php": "^2.0",
Expand All @@ -16,7 +16,7 @@
"symfony/monolog-bundle": "^3.10"
},
"require-dev": {
"etsglobal/php-static-analysis": "^3.0",
"etsglobal/php-static-analysis": "^3.3",
"symfony/phpunit-bridge": "^7.0"
},
"suggest": {
Expand All @@ -41,5 +41,15 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ETSGlobal/php-static-analysis"
},
{
"type": "vcs",
"url": "https://github.com/ETSGlobal/phiremock-client"
}
]
}

0 comments on commit 3f0de02

Please sign in to comment.