Skip to content

Commit 0254f01

Browse files
committedApr 8, 2024·
modified symfony version to be compatible from PS > 1.7
1 parent 5e793e9 commit 0254f01

File tree

2 files changed

+333
-519
lines changed

2 files changed

+333
-519
lines changed
 

‎composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.2.0"
15+
"php": ">=7.1.0"
1616
},
1717
"require-dev": {
1818
"phpunit/phpunit": "^5.7",
19-
"symfony/lock": "^5.4",
20-
"symfony/filesystem": "^5.4"
19+
"symfony/lock": "v3.4.0",
20+
"symfony/filesystem": "v3.4.0"
2121
},
2222
"autoload": {
2323
"psr-4": {

‎composer.lock

+330-516
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.