Skip to content

Commit 0564d3c

Browse files
author
Nikita Chernyi
authored
Moved phinx from required deps to suggestions
1 parent a795f6a commit 0564d3c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
"ext-pdo": "*",
99
"wtf/core": "^1.1.6",
1010
"catfan/medoo": "@stable",
11-
"robmorgan/phinx": "@stable",
1211
"respect/validation": "^1"
1312
},
13+
"suggest": {
14+
"robmorgan/phinx": "Database migrations and seeds",
15+
},
1416
"autoload": {
1517
"psr-4": {
1618
"Wtf\\ORM\\": "src/"

0 commit comments

Comments
 (0)