Skip to content

Commit

Permalink
Merge pull request #47 from srmkliveforks/master
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
freekmurze authored Sep 7, 2017
2 parents b7fed8a + ca9abe2 commit fcc65d0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
"require": {
"php": "^7.1",
"guzzlehttp/guzzle": "^6.2",
"illuminate/console": "^5.4",
"illuminate/database": "^5.4",
"illuminate/events": "^5.4",
"illuminate/support": "^5.4",
"spatie/laravel-blink": "^1.0",
"spatie/regex": "^1.1",
"symfony/process": "^3.2"
"illuminate/console": "~5.4|~5.5",
"illuminate/database": "~5.4|~5.5",
"illuminate/events": "~5.4|~5.5",
"illuminate/support": "~5.4|~5.5",
"spatie/laravel-blink": "~1.0",
"spatie/regex": "~1.1",
"symfony/process": "~3.2|~3.3"
},
"require-dev": {
"mockery/mockery": "^0.9.8",
"orchestra/testbench": "^3.4.5",
"phpunit/phpunit": "^5.7"
"mockery/mockery": "~0.9|~1.0",
"orchestra/testbench": "~3.4|~3.5",
"phpunit/phpunit": "~5.7|~6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit fcc65d0

Please sign in to comment.