We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ebc58 commit 7d6f58fCopy full SHA for 7d6f58f
1 file changed
composer.json
@@ -38,11 +38,13 @@
38
"ext-fileinfo": "*"
39
},
40
"require-dev": {
41
- "phpunit/phpunit": "^12.2",
42
- "phpstan/phpstan": "^2.1",
43
- "squizlabs/php_codesniffer": "^4.0",
44
- "friendsofphp/php-cs-fixer": "^3.40"
45
- },
+ "phpunit/phpunit": "12.2",
+ "phpstan/phpstan": "2.1",
+ "squizlabs/php_codesniffer": "4.0",
+ "friendsofphp/php-cs-fixer": "3.40",
+ "yoast/phpunit-polyfills": "4.0",
46
+ "dealerdirect/phpcodesniffer-composer-installer": "1.0.0"
47
+ },
48
"autoload": {
49
"psr-4": {
50
"EngineScript\\": "src/"
0 commit comments