We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c38333 commit 3f71a84Copy full SHA for 3f71a84
composer.json
@@ -3,15 +3,15 @@
3
"description": "Eloquent cross database compatibility in subqueries",
4
"type": "library",
5
"require": {
6
- "php": ">=7.0.0",
7
- "illuminate/support": "^5.5",
8
- "illuminate/container": "^5.5",
9
- "illuminate/database": "^5.5",
10
- "illuminate/events": "^5.5"
+ "php": ">=7.1.3",
+ "illuminate/support": "^5.6",
+ "illuminate/container": "^5.6",
+ "illuminate/database": "^5.6",
+ "illuminate/events": "^5.6"
11
},
12
"require-dev": {
13
- "phpunit/phpunit": "~6.0",
14
- "orchestra/testbench": "3.5.x",
+ "phpunit/phpunit": "~7.0",
+ "orchestra/testbench": "3.6.x",
15
"codacy/coverage": "dev-master"
16
17
"autoload": {
0 commit comments