|
42 | 42 | "require": { |
43 | 43 | "php": "^8.0", |
44 | 44 | "laravel/scout": "^8.0|^9.0|^10.0", |
45 | | - "illuminate/bus": "^7.0|^8.0|^9.0|^10.0|^11.0", |
46 | | - "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0", |
47 | | - "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0", |
48 | | - "illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0", |
49 | | - "illuminate/queue": "^7.0|^8.0|^9.0|^10.0|^11.0", |
50 | | - "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0", |
| 45 | + "illuminate/bus": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
| 46 | + "illuminate/contracts": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
| 47 | + "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
| 48 | + "illuminate/pagination": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
| 49 | + "illuminate/queue": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
| 50 | + "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", |
51 | 51 | "typesense/typesense-php": "^4.2" |
52 | 52 | }, |
53 | 53 | "config": { |
|
63 | 63 | "typesense/typesense-php": "Required to use the Typesense php client." |
64 | 64 | }, |
65 | 65 | "require-dev": { |
66 | | - "phpunit/phpunit": "^8.0|^9.0|^10.5", |
| 66 | + "phpunit/phpunit": "^8.0|^9.0|^10.5|^11.5.3", |
67 | 67 | "mockery/mockery": "^1.3", |
68 | | - "orchestra/testbench": "^6.17|^7.0|^8.0|^9.0", |
| 68 | + "orchestra/testbench": "^6.17|^7.0|^8.0|^9.0|^10.0", |
69 | 69 | "symfony/http-client": "^5.4|^7.0" |
70 | 70 | } |
71 | 71 | } |
0 commit comments