We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a419ca commit 2373419Copy full SHA for 2373419
composer.json
@@ -15,7 +15,7 @@
15
],
16
"require": {
17
"php": "^7.2 || ^8.0",
18
- "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7",
+ "symfony/finder": "^4.4 || ^5.3 || ^6 || ^7 || ^8",
19
"composer/pcre": "^2.1 || ^3.1"
20
},
21
"require-dev": {
@@ -24,7 +24,7 @@
24
"phpstan/phpstan-deprecation-rules": "^1 || ^2",
25
"phpstan/phpstan-strict-rules": "^1.1 || ^2",
26
"phpstan/phpstan-phpunit": "^1 || ^2",
27
- "symfony/filesystem": "^5.4 || ^6"
+ "symfony/filesystem": "^5.4 || ^6 || ^7 || ^8"
28
29
"autoload": {
30
"psr-4": {
0 commit comments