Skip to content

Commit

Permalink
Updated compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
inxilpro committed Sep 3, 2019
1 parent c7467ce commit 2e72b41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
"license": "MIT",
"require": {
"php": ">=7.1",
"glhd/aire": "^1.5.0",
"illuminate/support": "5.6.*|5.7.*|5.8.*"
"glhd/aire": "^1.6.0|dev-master",
"illuminate/support": "5.6.*|5.7.*|5.8.*|^6.0"
},
"require-dev": {
"orchestra/testbench": "~3.0",
"phpunit/phpunit": "^7.3",
"orchestra/testbench": "~3.0|~4.0",
"phpunit/phpunit": "^7.3|^8.0",
"mockery/mockery": "^1.1",
"symfony/css-selector": "^4.1",
"symfony/dom-crawler": "^4.1",
Expand Down

0 comments on commit 2e72b41

Please sign in to comment.