We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8ee80f + 0a44f59 commit 0a97839Copy full SHA for 0a97839
composer.json
@@ -19,11 +19,11 @@
19
"require-dev": {
20
"php": ">=7.0",
21
"pimple/pimple": "~3.0",
22
- "phpunit/phpunit": "6.3.*",
23
- "brain/monkey": "^2",
24
- "dealerdirect/phpcodesniffer-composer-installer": "^0.4.2",
25
- "squizlabs/php_codesniffer": "~3.2.3",
26
- "inpsyde/php-coding-standards": "~0.13.1"
+ "phpunit/phpunit": "@stable",
+ "brain/monkey": "@stable",
+ "dealerdirect/phpcodesniffer-composer-installer": "@stable",
+ "squizlabs/php_codesniffer": "@stable",
+ "inpsyde/php-coding-standards": "@stable"
27
},
28
"autoload": {
29
"psr-4": {
@@ -38,4 +38,4 @@
38
"suggest": {
39
"pimple/pimple": "Allows using Pimple, a small Dependency Injection Container for PHP"
40
}
41
-}
+}
0 commit comments