Skip to content

Commit a758ceb

Browse files
php84 (#13)
1 parent ce026fe commit a758ceb

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php-version:
14-
- "8.2"
14+
- "8.4"
1515
deps:
1616
- "normal"
1717
- "low"

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php-version:
14-
- "8.2"
14+
- "8.4"
1515

1616
steps:
1717
- name: "Checkout"

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
"type": "symfony-bundle",
55
"license": "MIT",
66
"require": {
7-
"php": "^8.2",
7+
"php": "^8.4",
88
"ext-soap": "*",
9-
"symfony/http-kernel": "^6.0|^7.0",
9+
"symfony/http-kernel": "^7.0.3",
1010
"webmozart/assert": "^1.11"
1111
},
1212
"require-dev": {
1313
"roave/security-advisories": "dev-master",
14-
"phpunit/phpunit": "^10.5",
15-
"symfony/phpunit-bridge": "6.1.*|^7.0",
14+
"phpunit/phpunit": "^10.5.27",
15+
"symfony/phpunit-bridge": "^7.0.3",
1616
"phpro/grumphp": "^2.8",
1717
"friendsofphp/php-cs-fixer": "^3.64",
18-
"phpstan/phpstan": "^1.12",
19-
"phpstan/phpstan-webmozart-assert": "^1.2"
18+
"phpstan/phpstan": "^2.1",
19+
"phpstan/phpstan-webmozart-assert": "^2.0"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)