Skip to content

Commit dca0c45

Browse files
authored
Merge pull request #696 from 77web/laravel-v13
Laravel v13
2 parents 532805b + b8fd20f commit dca0c45

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

composer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,32 +22,32 @@
2222
"doctrine/dbal": "^3.0 || ^4.0",
2323
"doctrine/orm": "^3.1",
2424
"doctrine/persistence": "^3.3 || ^4.0",
25-
"illuminate/auth": "^10.0|^11.0 || ^12.0",
26-
"illuminate/console": "^10.0|^11.0 || ^12.0",
27-
"illuminate/container": "^10.0|^11.0 || ^12.0",
28-
"illuminate/contracts": "^10.0|^11.0 || ^12.0",
29-
"illuminate/pagination": "^10.0|^11.0 || ^12.0",
30-
"illuminate/routing": "^10.0|^11.0 || ^12.0",
31-
"illuminate/support": "^10.0|^11.0 || ^12.0",
32-
"illuminate/validation": "^10.0|^11.0 || ^12.0",
33-
"illuminate/view": "^10.0|^11.0 || ^12.0",
25+
"illuminate/auth": "^10.0|^11.0 || ^12.0 || ^13.0",
26+
"illuminate/console": "^10.0|^11.0 || ^12.0 || ^13.0",
27+
"illuminate/container": "^10.0|^11.0 || ^12.0 || ^13.0",
28+
"illuminate/contracts": "^10.0|^11.0 || ^12.0 || ^13.0",
29+
"illuminate/pagination": "^10.0|^11.0 || ^12.0 || ^13.0",
30+
"illuminate/routing": "^10.0|^11.0 || ^12.0 || ^13.0",
31+
"illuminate/support": "^10.0|^11.0 || ^12.0 || ^13.0",
32+
"illuminate/validation": "^10.0|^11.0 || ^12.0 || ^13.0",
33+
"illuminate/view": "^10.0|^11.0 || ^12.0 || ^13.0",
3434
"symfony/cache": "^6.0|^7.0|^8.0",
3535
"symfony/serializer": "^5.0|^6.0|^7.0|^8.0"
3636
},
3737
"require-dev": {
3838
"doctrine/coding-standard": "^14.0",
39-
"illuminate/log": "^10.0 || ^11.0 || ^12.0",
40-
"illuminate/notifications": "^10.0 || ^11.0 || ^12.0",
41-
"illuminate/queue": "^10.0 || ^11.0 || ^12.0",
39+
"illuminate/log": "^10.0 || ^11.0 || ^12.0 || ^13.0",
40+
"illuminate/notifications": "^10.0 || ^11.0 || ^12.0 || ^13.0",
41+
"illuminate/queue": "^10.0 || ^11.0 || ^12.0 || ^13.0",
4242
"mockery/mockery": "^1.6.12",
4343
"nikic/php-parser": "^4.19 || ^5.0",
4444
"php-parallel-lint/php-parallel-lint": "^1.4",
4545
"phpstan/phpstan": "^1.9 || ^2.1",
4646
"phpstan/phpstan-deprecation-rules": "^1.1 || ^2.0",
4747
"phpunit/phpunit": "~12.5.9",
4848
"fakerphp/faker": "^1.23",
49-
"laravel/framework": "^10.0 || ^11.0 || ^12.0",
50-
"orchestra/testbench": "^9.5 || ^10.0",
49+
"laravel/framework": "^10.0 || ^11.0 || ^12.0 || ^13.0",
50+
"orchestra/testbench": "^9.5 || ^10.0 || ^11.0",
5151
"symfony/var-exporter": "^6.4 || ^7.0"
5252
},
5353
"conflict": {

0 commit comments

Comments
 (0)