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