Skip to content

Commit 5cbad65

Browse files
Kennard VermeirenIchHabRecht
Kennard Vermeiren
authored andcommitted
Allow Symfony ^7.0 as dependency
1 parent e9db2b4 commit 5cbad65

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
/.idea
33
/.Log
44
composer.lock
5+
.phpunit.result.cache

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"ext-json": "*",
3232
"ext-simplexml": "*",
3333
"phpunit/php-code-coverage": "^9.0 || ^10.0",
34-
"symfony/console": ">=2.7 <7.0",
35-
"symfony/finder": ">=2.7 <7.0"
34+
"symfony/console": ">=2.7 <8.0",
35+
"symfony/finder": ">=2.7 <8.0"
3636
},
3737
"require-dev": {
3838
"phpunit/phpunit": "^9.3 || ^10.0",
39-
"symfony/filesystem": ">=2.7 <7.0",
39+
"symfony/filesystem": ">=2.7 <8.0",
4040
"phpspec/prophecy": "^1.0",
4141
"php-parallel-lint/php-parallel-lint": "^1.4"
4242
},

0 commit comments

Comments
 (0)