Skip to content

Commit 8a708b6

Browse files
Merge pull request #8 from arnaudgoulpeau/master
allow Symfony 3.4 to use the project
2 parents 0895326 + 0294b45 commit 8a708b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "a5sys/doctrine-migration-tools-bundle",
3+
"description": "Ease use of doctrine migrations",
34
"type": "symfony-bundle",
45
"autoload": {
56
"psr-4": { "A5sys\\DoctrineMigrationToolsBundle\\": "" }
67
},
78
"license": "MIT",
89
"require": {
910
"php": ">=7.1",
10-
"symfony/framework-bundle": "~4.0",
11+
"symfony/framework-bundle": "~3.4|~4.0",
1112
"doctrine/doctrine-bundle": "~1.0",
1213
"doctrine/migrations": "~1.6",
1314
"doctrine/doctrine-migrations-bundle": "~1.3"

0 commit comments

Comments
 (0)