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.
1 parent e9a92f5 commit c697952Copy full SHA for c697952
composer.json
@@ -8,15 +8,10 @@
8
"email": "vlad@zngly.com"
9
}
10
],
11
- "scripts": {
12
- "migrate": [
13
- "ZnglyOrm\\Scripts\\Migrate::init"
14
- ]
15
- },
+ "scripts": {},
16
"autoload": {
17
"classmap": [
18
- "src/",
19
- "scripts/"
+ "src/"
20
]
21
},
22
"require": {}
scripts/CmdRunner.php
scripts/Config.php
scripts/Migrate.php
0 commit comments