Skip to content

Commit 29d4dd9

Browse files
authored
Merge pull request #68 from worksome/feature/symfony-8
feat: add Symfony 8 support
2 parents 6d1ff4b + 602e6fb commit 29d4dd9

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
"php": "^8.3",
77
"illuminate/support": "^11.47|^12.0|^13.0",
88
"jawira/case-converter": "^3.6",
9-
"nette/utils": "^4.0",
9+
"nette/utils": "^4.1",
1010
"sebastian/diff": "^6.0|^7.0",
11-
"symfony/config": "^7.4",
12-
"symfony/console": "^7.4",
13-
"symfony/dependency-injection": "^7.4",
14-
"symfony/filesystem": "^7.4",
15-
"symfony/finder": "^7.4",
16-
"symfony/http-kernel": "^7.4",
17-
"thecodingmachine/safe": "^3.3",
18-
"webonyx/graphql-php": "^15.30"
11+
"symfony/config": "^7.4|^8.0",
12+
"symfony/console": "^7.4|^8.0",
13+
"symfony/dependency-injection": "^7.4|^8.0",
14+
"symfony/filesystem": "^7.4|^8.0",
15+
"symfony/finder": "^7.4|^8.0",
16+
"symfony/http-kernel": "^7.4|^8.0",
17+
"thecodingmachine/safe": "^3.4",
18+
"webonyx/graphql-php": "^15.32"
1919
},
2020
"require-dev": {
21-
"pestphp/pest": "^4.0",
22-
"symfony/var-dumper": "^7.4",
21+
"pestphp/pest": "^4.7",
22+
"symfony/var-dumper": "^7.4|^8.0",
2323
"worksome/coding-style": "^3.2"
2424
},
2525
"license": "MIT",

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ parameters:
1313
message: '#Call to an undefined method Pest\\Expectation.*#'
1414
identifier: method.notFound
1515
-
16-
message: '#Access to an undefined property PHPUnit\\Framework\\TestCase::\$app#'
16+
message: '#Access to an undefined property (PHPUnit\\Framework\\TestCase|Pest\\PendingCalls\\TestCall)::\$app#'
1717
identifier: property.notFound

0 commit comments

Comments
 (0)