Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit db7346c

Browse files
committed
Removed composer.lock, depend on symfony/symfony for now (should be explicit dependencies)
1 parent 0832e87 commit db7346c

3 files changed

Lines changed: 2 additions & 2038 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor
22
/.idea
3+
composer.lock

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"require": {
1818
"php": ">=5.3.2",
19-
"symfony/framework-standard-edition": "~2.1|~3.0"
19+
"symfony/symfony": "^2|^3"
2020
},
2121
"autoload": {
2222
"psr-0": {

0 commit comments

Comments
 (0)