Skip to content

Commit b45e6ad

Browse files
committed
Changes version number to avoid future conflicts. Modifies dependencies.
1 parent 70a5403 commit b45e6ad

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@
2121
"files": ["autoload_aliases.php"],
2222
"exclude-from-classmap": [ "Tests/","vendor/propel/propel1/runtime/lib","vendor/propel/propel1/generator/lib" ]
2323
},
24-
"version": "4.4",
24+
"version": "1.8",
2525
"require": {
2626
"ext-simplexml": "*",
2727
"ext-pdo": "*",
28-
"symfony/framework-bundle": "4.4.*",
28+
"symfony/framework-bundle": "^3.4|4.4.*",
2929
"palepurple/propel1": "^1.7",
30-
"symfony/console": "^4.4"
30+
"symfony/console": "^3.4|4.4.*",
31+
"symfony/dependency-injection": "^3.4|4.4.*",
32+
"symfony/security-bundle": "^3.4|4.4.*"
3133
},
3234
"require-dev": {
3335
"phpunit/phpunit": "^4.8.21|^5.0.10",

0 commit comments

Comments
 (0)