load magdev/console-form via packagist

This commit is contained in:
2019-06-04 23:30:51 +02:00
parent 9fee520d5d
commit 1d990608f0

View File

@@ -18,6 +18,7 @@
"Magdev\\DossierTests\\" : "tests" "Magdev\\DossierTests\\" : "tests"
} }
}, },
"minimum-stability" : "stable",
"require" : { "require" : {
"php" : "~7.2", "php" : "~7.2",
"ext-phar" : "*", "ext-phar" : "*",
@@ -67,12 +68,5 @@
] ]
} }
} }
}, }
"repositories" : [{
"type" : "git",
"url" : "https://github.com/magdev/console-form.git",
"name" : "magdev/console-form"
}
],
"minimum-stability" : "stable"
} }