Skip to content

Commit 5ab28ca

Browse files
authored
Update composer.json
1 parent 9764821 commit 5ab28ca

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
@@ -9,17 +9,17 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.0",
12+
"php": "^7.1.3",
1313
"illuminate/database": "5.6.*",
1414
"illuminate/support": "5.6.*",
1515
"illuminate/queue": "5.6.*",
1616
"enqueue/amqp-lib": "0.8.*",
1717
"queue-interop/amqp-interop": "^0.7"
1818
},
1919
"require-dev": {
20-
"phpunit/phpunit": "~7.0",
20+
"phpunit/phpunit": "^7.0",
2121
"illuminate/events": "5.6.*",
22-
"mockery/mockery": "~1.0"
22+
"mockery/mockery": "^1.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)