|
34 | 34 | "license": "MIT", |
35 | 35 | "type": "library", |
36 | 36 | "require": { |
37 | | - "php": ">= 7.4", |
| 37 | + "php": "^8.0", |
38 | 38 | "ext-json": "*", |
39 | | - "illuminate/contracts": "^8.0|^9.0|^10.0", |
40 | | - "illuminate/support": "^8.0|^9.0|^10.0", |
| 39 | + "illuminate/contracts": "^9.0|^10.0", |
| 40 | + "illuminate/support": "^9.0|^10.0", |
41 | 41 | "laragraph/utils": "^2", |
42 | | - "thecodingmachine/safe": "^1.1|^2.4", |
| 42 | + "thecodingmachine/safe": "^2.4", |
43 | 43 | "webonyx/graphql-php": "^15" |
44 | 44 | }, |
45 | 45 | "require-dev": { |
|
50 | 50 | "mockery/mockery": "^1.2", |
51 | 51 | "phpstan/phpstan": "1.10.18", |
52 | 52 | "nunomaduro/larastan": "2.6.2", |
53 | | - "orchestra/testbench": "^6.0|^7.0|^8.0", |
54 | | - "phpunit/phpunit": "~8.0|^9", |
| 53 | + "orchestra/testbench": "^7.0|^8.0", |
| 54 | + "phpunit/phpunit": "^9", |
55 | 55 | "thecodingmachine/phpstan-safe-rule": "^1" |
56 | 56 | }, |
57 | 57 | "autoload": { |
|
69 | 69 | "phpstan-baseline": "phpstan analyse --memory-limit=512M --generate-baseline", |
70 | 70 | "lint": "php-cs-fixer fix --diff --dry-run", |
71 | 71 | "fix-style": "php-cs-fixer fix", |
72 | | - "tests": "phpunit --colors=always --verbose" |
| 72 | + "tests": "phpunit" |
73 | 73 | }, |
74 | 74 | "extra": { |
75 | 75 | "branch-alias": { |
|
0 commit comments