Skip to content

Commit

Permalink
Allow Symfony ^7.0 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kennard Vermeiren authored and IchHabRecht committed Aug 5, 2024
1 parent e9db2b4 commit 5cbad65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/.idea
/.Log
composer.lock
.phpunit.result.cache
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
"ext-json": "*",
"ext-simplexml": "*",
"phpunit/php-code-coverage": "^9.0 || ^10.0",
"symfony/console": ">=2.7 <7.0",
"symfony/finder": ">=2.7 <7.0"
"symfony/console": ">=2.7 <8.0",
"symfony/finder": ">=2.7 <8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.3 || ^10.0",
"symfony/filesystem": ">=2.7 <7.0",
"symfony/filesystem": ">=2.7 <8.0",
"phpspec/prophecy": "^1.0",
"php-parallel-lint/php-parallel-lint": "^1.4"
},
Expand Down

0 comments on commit 5cbad65

Please sign in to comment.