Skip to content

Commit 6531e22

Browse files
authored
Drop PHP 7 and fix compatibility with SF6 (#121)
* Drop PHP 7 and fix compatibility with SF6 * Fixed ci * Update PHP cs fixer * tryign to fix more CI issues * Update psalm baseline * Upgrade to larvel 9
1 parent 3c0e713 commit 6531e22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=7.2.5",
13+
"php": ">=8.0.5",
1414
"nyholm/psr7": "^1.4",
1515
"spiral/roadrunner": "^2.0",
16-
"symfony/dependency-injection": "^5.3 || ^6.0",
16+
"symfony/dependency-injection": "^5.4 || ^6.0",
1717
"symfony/http-kernel": "^5.4 || ^6.0",
1818
"symfony/psr-http-message-bridge": "^2.1",
19-
"symfony/runtime": "^5.3 || ^6.0"
19+
"symfony/runtime": "^5.4 || ^6.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.5"

0 commit comments

Comments
 (0)