Skip to content

Commit 8455729

Browse files
Corrected version constraints
1 parent 5f9d40e commit 8455729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"require": {
1313
"php": ">=5.6.4",
14-
"illuminate/support": "5.3.x-dev",
15-
"illuminate/queue": "5.3.x-dev",
14+
"illuminate/support": "5.3.*",
15+
"illuminate/queue": "5.3.*",
1616
"php-amqplib/php-amqplib": "2.6.*"
1717
},
1818
"require-dev": {
19-
"laravel/framework": "5.3.x-dev"
19+
"laravel/framework": "5.3.*"
2020
},
2121
"autoload": {
2222
"psr-0": {

0 commit comments

Comments
 (0)