Skip to content

Commit 804a7d8

Browse files
committed
✨ Road to PHP 8
1 parent a7a541f commit 804a7d8

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

composer.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,21 @@
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/"
@@ -57,5 +53,10 @@
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
}

0 commit comments

Comments
 (0)