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 458da97 commit b7d633aCopy full SHA for b7d633a
composer.json
@@ -30,5 +30,8 @@
30
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
31
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
32
},
33
- "prefer-stable" : true
+ "prefer-stable": true,
34
+ "config": {
35
+ "lock": false
36
+ }
37
}
0 commit comments