Skip to content

Commit

Permalink
Fixing testbench version to allow testing on Laravel 6
Browse files Browse the repository at this point in the history
  • Loading branch information
moufmouf committed Sep 26, 2019
1 parent 682269f commit a27f085
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"symfony/psr-http-message-bridge": "^1",
"zendframework/zend-diactoros": "^1.8.6"
},
"require-dev": {
"orchestra/testbench": "^3.5.5 || ^4",
"phpunit/phpunit": "^7.5.4 || ^8.3",
"ext-sqlite3": "*"
},
"autoload" : {
"psr-4" : {
"TheCodingMachine\\GraphQLite\\Laravel\\" : "src/"
Expand All @@ -40,11 +45,6 @@
]
}
},
"require-dev": {
"orchestra/testbench": "^3.5.5",
"phpunit/phpunit": "^7.5.4",
"ext-sqlite3": "*"
},
"minimum-stability": "dev",
"prefer-stable": true
}

0 comments on commit a27f085

Please sign in to comment.