Skip to content

Commit

Permalink
Laravel 10.x Compatibility (#106)
Browse files Browse the repository at this point in the history
* Bump dependencies for Laravel 10

* Update GitHub Actions for Laravel 10

---------

Co-authored-by: Lorand Gombos <gombos.lorand@gmail.com>
  • Loading branch information
laravel-shift and glorand committed Jun 19, 2023
1 parent ec76eb3 commit b1401ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
"phpunit/phpunit": "^9.5.10",
"orchestra/testbench": "^8.0",
"friendsofphp/php-cs-fixer": "^3.6",
"friendsofphp/php-cs-fixer": "^3.14",
"josiasmontag/laravel-redis-mock": "^1.2"
},
"suggest": {
Expand Down

0 comments on commit b1401ae

Please sign in to comment.