We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 181e422 commit 3adba1aCopy full SHA for 3adba1a
2 files changed
.github/workflows/test.yml
@@ -16,7 +16,6 @@ jobs:
16
matrix:
17
dependencies: ["lowest", "highest"]
18
php-version:
19
- - "8.0"
20
- "8.1"
21
- "8.2"
22
operating-system: ["ubuntu-latest"]
composer.json
@@ -11,13 +11,13 @@
11
}
12
],
13
"require": {
14
- "php": "^8.0"
+ "php": "^8.1"
15
},
"require-dev": {
"mikey179/vfsstream": "^1.6.10",
"phpunit/phpunit": "^10.1",
- "symfony/http-foundation": "^5.4|^6.0",
- "symfony/security-core": "^5.4|^6.0",
+ "symfony/http-foundation": "^6.0",
+ "symfony/security-core": "^6.0",
"brainbits/phpcs-standard": "^7.0",
"phpstan/phpstan": "^1.0",
23
"brainbits/phpstan-rules": "^3.0"
0 commit comments