Skip to content

Commit c3f7ddf

Browse files
authored
Merge pull request #21 from carsdotcom/MR-NaN/laravel-12
Laravel 12 Support
2 parents 88794ef + 667efe2 commit c3f7ddf

3 files changed

Lines changed: 853 additions & 806 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.2']
12-
laravel: [9.*, 10.*, 11.*]
12+
laravel: [9.*, 10.*, 11.*, 12.*]
1313
include:
1414
- php: 8.1
1515
laravel: 9.*

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"carsdotcom/laravel-json-schema": "^v2.2",
12+
"carsdotcom/laravel-json-schema": "^v2.3",
1313
"ext-simplexml": "*",
1414
"php": "^8.1",
1515
"guzzlehttp/guzzle": "^7.5",
16-
"laravel/framework": "^9.19 || ^10.0 || ^11.0"
16+
"laravel/framework": "^9.19 || ^10.0 || ^11.0 || ^12.0"
1717
},
1818
"require-dev": {
1919
"fakerphp/faker": "^1.9.1",
2020
"nunomaduro/collision": "^6.1|7.*|8.*",
21-
"orchestra/testbench": "7.*|8.*|9.*",
22-
"phpstan/phpstan": "^1.8",
23-
"phpunit/phpunit": "~8.0|~9.0|^10.5",
21+
"orchestra/testbench": "7.*|8.*|9.*|10.*",
22+
"phpstan/phpstan": "^1.8|^2.1",
23+
"phpunit/phpunit": "~8.0|~9.0|^10.5|^11.5.3",
2424
"squizlabs/php_codesniffer": "^3.7",
2525
"timacdonald/log-fake": "^2.1"
2626
},

0 commit comments

Comments
 (0)