Skip to content
This repository was archived by the owner on Oct 13, 2020. It is now read-only.

Commit 48425b5

Browse files
committed
pre-configured doctrine-migrations
1 parent bc5a884 commit 48425b5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"incenteev/composer-parameter-handler": "~2.0",
3030
"symfony/polyfill-php55": "~1.0",
3131
"evaneos/silex-jwt-provider": "^2.0",
32-
"ramsey/uuid": "^3.4"
32+
"ramsey/uuid": "^3.4",
33+
"doctrine/migrations": "^1.4"
3334
},
3435
"require-dev": {
3536
"behat/behat": "^3.0",

doctrine_migrations/.keep

Whitespace-only changes.

migrations.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name: Doctrine migrations for my application
2+
migrations_directory: ./doctrine_migrations
3+
migrations_namespace: Evaneos\DatabaseMigration
4+
table_name: doctrine_migrations

0 commit comments

Comments
 (0)