Skip to content

Commit

Permalink
bump sf5 (#3)
Browse files Browse the repository at this point in the history
* bump sf5

* Update composer.json
  • Loading branch information
egircys authored Jul 16, 2024
1 parent b3ba298 commit 66e060b
Show file tree
Hide file tree
Showing 2 changed files with 293 additions and 307 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
],
"require": {
"php": ">=5.4",
"symfony/yaml": "^4.3",
"symfony/finder": "^4.3",
"symfony/filesystem": "^4.3",
"symfony/config": "^5.0"
"symfony/yaml": "^4.3 || ^5.0",
"symfony/finder": "^4.3 || ^5.0",
"symfony/filesystem": "^4.3 || ^5.0",
"symfony/config": "^4.3 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.3 || ^6.0",
Expand Down
Loading

0 comments on commit 66e060b

Please sign in to comment.