Skip to content

Commit

Permalink
Laravel 7 Upgrade (#12)
Browse files Browse the repository at this point in the history
* Upgrade to L7

* Bump versions

* Remove unnecessary form request

* Improve test coverage

* Apply fixes from StyleCI

Co-authored-by: Callum Axon <[email protected]>
  • Loading branch information
atoff and AxonC authored Mar 27, 2020
1 parent 28760d6 commit 40f6faf
Show file tree
Hide file tree
Showing 35 changed files with 1,230 additions and 1,000 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"require": {
"php": "^7.2",
"ext-json": "*",
"illuminate/support": "^6.0",
"illuminate/database": "^6.0",
"illuminate/http": "^6.0",
"illuminate/routing": "^6.0",
"illuminate/auth": "^6.0",
"illuminate/support": "^7.0",
"illuminate/database": "^7.0",
"illuminate/http": "^7.0",
"illuminate/routing": "^7.0",
"illuminate/auth": "^7.0",
"guzzlehttp/guzzle": "^6.3",
"lcobucci/jwt": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "^4.0"
"orchestra/testbench": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 40f6faf

Please sign in to comment.