We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7467ce commit 2e72b41Copy full SHA for 2e72b41
composer.json
@@ -16,12 +16,12 @@
16
"license": "MIT",
17
"require": {
18
"php": ">=7.1",
19
- "glhd/aire": "^1.5.0",
20
- "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"
21
},
22
"require-dev": {
23
- "orchestra/testbench": "~3.0",
24
- "phpunit/phpunit": "^7.3",
+ "orchestra/testbench": "~3.0|~4.0",
+ "phpunit/phpunit": "^7.3|^8.0",
25
"mockery/mockery": "^1.1",
26
"symfony/css-selector": "^4.1",
27
"symfony/dom-crawler": "^4.1",
0 commit comments