Skip to content

Commit 2c76a02

Browse files
authored
Merge pull request #3 from lkck24/php74-only
Php74 only
2 parents 8071370 + 9dacd49 commit 2c76a02

File tree

4 files changed

+1495
-448
lines changed

4 files changed

+1495
-448
lines changed

composer.json

+8-4
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,19 @@
1313
],
1414
"minimum-stability": "beta",
1515
"require-dev": {
16-
"phpunit/phpunit": "^9.0",
17-
"pestphp/pest": "^0.1.5",
18-
"phpstan/phpstan": "^0.12.25"
16+
"phpunit/phpunit": "^9.4",
17+
"pestphp/pest": "^0.3.9",
18+
"phpstan/phpstan": "^0.12.51",
19+
"phpstan/phpstan-deprecation-rules": "^0.12.4",
20+
"phpstan/phpstan-phpunit": "^0.12.16",
21+
"phpstan/phpstan-strict-rules": "^0.12.5",
22+
"squizlabs/php_codesniffer": "^3.5.5"
1923
},
2024
"scripts": {
2125
"check": ["@analyze", "@test"],
2226
"test": "pest tests",
2327
"analyze": "phpstan analyse --level max src"
2428
},
25-
2629
"autoload": {
2730
"psr-4": {
2831
"Cubicl\\ObjectGraphGenerator\\": [
@@ -34,6 +37,7 @@
3437
}
3538
},
3639
"require": {
40+
"php": "^7.4",
3741
"fzaninotto/faker": "^1.9",
3842
"symfony/property-info": ">=4"
3943
}

0 commit comments

Comments
 (0)