Skip to content

Commit b1401ae

Browse files
Laravel 10.x Compatibility (#106)
* Bump dependencies for Laravel 10 * Update GitHub Actions for Laravel 10 --------- Co-authored-by: Lorand Gombos <gombos.lorand@gmail.com>
1 parent ec76eb3 commit b1401ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
"ext-json": "*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8.0|^9.0",
30+
"phpunit/phpunit": "^9.5.10",
3131
"orchestra/testbench": "^8.0",
32-
"friendsofphp/php-cs-fixer": "^3.6",
32+
"friendsofphp/php-cs-fixer": "^3.14",
3333
"josiasmontag/laravel-redis-mock": "^1.2"
3434
},
3535
"suggest": {

0 commit comments

Comments
 (0)