Skip to content

Commit c07ee55

Browse files
committed
Laravel 10
1 parent 7757bc9 commit c07ee55

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
phpunit:
2121
strategy:
2222
matrix:
23-
php_version: [8.0, 8.1]
23+
php_version: [8.1, 8.2]
2424
dependency_version: ["highest", "lowest"]
2525
runs-on: ubuntu-latest
2626
steps:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ composer.lock
1010
cghooks.lock
1111

1212
.php-cs-fixer.cache
13+
.phpunit.cache

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
"rogervila/array-diff-multidimensional": "^2.1"
1010
},
1111
"require-dev": {
12-
"phpunit/phpunit": "^9.0",
13-
"orchestra/testbench": "^7.0",
12+
"phpunit/phpunit": "^10.0",
13+
"orchestra/testbench": "^9.0",
1414
"mockery/mockery": "^1.4",
15-
"laravel/pint": "^1.2"
15+
"laravel/pint": "^1.5",
16+
"brainmaestro/composer-git-hooks": "dev-master"
1617
},
1718
"autoload": {
1819
"psr-4": {

0 commit comments

Comments
 (0)