Skip to content

Commit 0a97839

Browse files
authored
Merge pull request #13 from luislard/fix/12
fix: be more flexible on composer constraints since we require this p…
2 parents e8ee80f + 0a44f59 commit 0a97839

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"require-dev": {
2020
"php": ">=7.0",
2121
"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"
22+
"phpunit/phpunit": "@stable",
23+
"brain/monkey": "@stable",
24+
"dealerdirect/phpcodesniffer-composer-installer": "@stable",
25+
"squizlabs/php_codesniffer": "@stable",
26+
"inpsyde/php-coding-standards": "@stable"
2727
},
2828
"autoload": {
2929
"psr-4": {
@@ -38,4 +38,4 @@
3838
"suggest": {
3939
"pimple/pimple": "Allows using Pimple, a small Dependency Injection Container for PHP"
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)