|
43 | 43 | }, |
44 | 44 | "require-dev": { |
45 | 45 | "fakerphp/faker": "^1.24", |
46 | | - "laravel/framework": "^13.0.0", |
| 46 | + "laravel/framework": "^13.1.1", |
47 | 47 | "laravel/pint": "^1.24", |
48 | 48 | "laravel/serializable-closure": "^2.0.10", |
49 | 49 | "mockery/mockery": "^1.6.10", |
|
56 | 56 | }, |
57 | 57 | "conflict": { |
58 | 58 | "brianium/paratest": "<7.3.0|>=8.0.0", |
59 | | - "laravel/framework": "<13.0.0|>=14.0.0", |
| 59 | + "laravel/framework": "<13.1.1|>=14.0.0", |
60 | 60 | "laravel/serializable-closure": ">=2.0.0 <2.0.10|>=3.0.0", |
61 | 61 | "nunomaduro/collision": "<8.9.0|>=9.0.0", |
62 | 62 | "phpunit/phpunit": "<11.5.50|>=12.0.0 <12.5.8|>=13.1.0" |
|
65 | 65 | "ext-pcntl": "Required to use all features of the console signal trapping.", |
66 | 66 | "brianium/paratest": "Allow using parallel testing (^7.3).", |
67 | 67 | "fakerphp/faker": "Allow using Faker for testing (^1.23).", |
68 | | - "laravel/framework": "Required for testing (^13.0.0).", |
| 68 | + "laravel/framework": "Required for testing (^13.1.1).", |
69 | 69 | "mockery/mockery": "Allow using Mockery for testing (^1.6).", |
70 | 70 | "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^8.9).", |
71 | 71 | "orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^11.0).", |
|
0 commit comments