Skip to content

Commit

Permalink
modified symfony version to be compatible from PS > 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Apr 8, 2024
1 parent 5e793e9 commit 0254f01
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 519 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
}
],
"require": {
"php": ">=7.2.0"
"php": ">=7.1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"symfony/lock": "^5.4",
"symfony/filesystem": "^5.4"
"symfony/lock": "v3.4.0",
"symfony/filesystem": "v3.4.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 0254f01

Please sign in to comment.