We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4de17a commit 7e897ecCopy full SHA for 7e897ec
.laminas-ci.json
@@ -0,0 +1,6 @@
1
+{
2
+ "backwardCompatibilityCheck": true,
3
+ "ignore_php_platform_requirements": {
4
+ "8.4": true
5
+ }
6
+}
composer.json
@@ -33,17 +33,17 @@
33
}
34
},
35
"require": {
36
- "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
+ "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
37
"mezzio/mezzio-authentication": "^1.0",
38
"psr/container": "^1.0 || ^2.0",
39
"psr/http-factory": "^1.0",
40
"psr/http-message": "^1.0.1 || ^2.0.0"
41
42
"require-dev": {
43
"laminas/laminas-coding-standard": "~2.5.0",
44
- "phpunit/phpunit": "^10.5.5",
+ "phpunit/phpunit": "^10.5.36",
45
"psalm/plugin-phpunit": "^0.19.0",
46
- "vimeo/psalm": "^5.18"
+ "vimeo/psalm": "^5.26.1"
47
48
"autoload": {
49
"psr-4": {
0 commit comments