File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1717 }
1818 ],
1919 "require" : {
20- "php" : " >=7.1 " ,
20+ "php" : " ^8.0 " ,
2121 "mouf/html.htmlelement" : " ~2.0" ,
2222 "twig/twig" : " ^2" ,
2323 "psr/container" : " ^1" ,
2424 "mouf/utils.value.value-interface" : " ^1" ,
2525 "thecodingmachine/funky" : " ^1"
2626 },
2727 "require-dev" : {
28- "phpstan/phpstan" : " ^0.10.3 " ,
29- "thecodingmachine/phpstan-strict-rules" : " ^0.10.3 " ,
30- "maglnet/composer-require-checker" : " ^1.0 " ,
28+ "phpstan/phpstan" : " ^1.9 " ,
29+ "thecodingmachine/phpstan-strict-rules" : " ^1.0 " ,
30+ "maglnet/composer-require-checker" : " ^4.2 " ,
3131 "mnapoli/simplex" : " ^0.5" ,
3232 "thecodingmachine/twig-universal-module" : " ^1" ,
3333 "squizlabs/php_codesniffer" : " ^3.3.1"
3434 },
35- "conflict" : {
36- "mouf/mouf" : " ~2.0.0"
37- },
38-
3935 "autoload" : {
4036 "psr-0" : {
4137 "Mouf\\ Html\\ Renderer\\ Twig" : " src/"
5753 }
5854 },
5955 "minimum-stability" : " dev" ,
60- "prefer-stable" : true
56+ "prefer-stable" : true ,
57+ "config" : {
58+ "allow-plugins" : {
59+ "mindplay/composer-locator" : true
60+ }
61+ }
6162}
You can’t perform that action at this time.
0 commit comments