Skip to content

Commit 4e477b4

Browse files
authored
Move ignition contracts to require
1 parent f34986b commit 4e477b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"require": {
1313
"ext-json": "*",
1414
"illuminate/support": "^6.0",
15+
"facade/ignition-contracts": "^1.0",
1516
"ramsey/uuid": "^3.7"
1617
},
1718
"require-dev": {
@@ -20,7 +21,6 @@
2021
"laravel/framework": "^6.0",
2122
"orchestra/testbench-browser-kit": "^4.0",
2223
"league/flysystem-aws-s3-v3": "~1.0",
23-
"facade/ignition-contracts": "^1.0",
2424
"phpunit/phpcov": "^6.0"
2525
},
2626
"autoload": {

0 commit comments

Comments
 (0)