Skip to content

Commit 3adba1a

Browse files
Stephan Wentzpl-github
authored andcommitted
fix: Raise minimum php version to 8.1
1 parent 181e422 commit 3adba1a

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
matrix:
1717
dependencies: ["lowest", "highest"]
1818
php-version:
19-
- "8.0"
2019
- "8.1"
2120
- "8.2"
2221
operating-system: ["ubuntu-latest"]

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}
1212
],
1313
"require": {
14-
"php": "^8.0"
14+
"php": "^8.1"
1515
},
1616
"require-dev": {
1717
"mikey179/vfsstream": "^1.6.10",
1818
"phpunit/phpunit": "^10.1",
19-
"symfony/http-foundation": "^5.4|^6.0",
20-
"symfony/security-core": "^5.4|^6.0",
19+
"symfony/http-foundation": "^6.0",
20+
"symfony/security-core": "^6.0",
2121
"brainbits/phpcs-standard": "^7.0",
2222
"phpstan/phpstan": "^1.0",
2323
"brainbits/phpstan-rules": "^3.0"

0 commit comments

Comments
 (0)