We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0895326 + 0294b45 commit 8a708b6Copy full SHA for 8a708b6
composer.json
@@ -1,13 +1,14 @@
1
{
2
"name": "a5sys/doctrine-migration-tools-bundle",
3
+ "description": "Ease use of doctrine migrations",
4
"type": "symfony-bundle",
5
"autoload": {
6
"psr-4": { "A5sys\\DoctrineMigrationToolsBundle\\": "" }
7
},
8
"license": "MIT",
9
"require": {
10
"php": ">=7.1",
- "symfony/framework-bundle": "~4.0",
11
+ "symfony/framework-bundle": "~3.4|~4.0",
12
"doctrine/doctrine-bundle": "~1.0",
13
"doctrine/migrations": "~1.6",
14
"doctrine/doctrine-migrations-bundle": "~1.3"
0 commit comments