Skip to content

Commit e5deb54

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 8913176 commit e5deb54

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
}
1111
],
1212
"require": {
13-
"symfony/runtime": "^5.3 || ^6.0"
13+
"php": ">=8.0.5",
14+
"symfony/runtime": "^5.4 || ^6.0"
1415
},
1516
"require-dev": {
16-
"illuminate/http": "^8.48",
17+
"illuminate/http": "^9.14",
1718
"phpunit/phpunit": "^9.5",
1819
"swoole/ide-helper": "^4.6",
19-
"symfony/http-foundation": "^5.3 || ^6.0",
20+
"symfony/http-foundation": "^5.4 || ^6.0",
2021
"symfony/http-kernel": "^5.4 || ^6.0"
2122
},
2223
"conflict": {

0 commit comments

Comments
 (0)