Skip to content

Commit adbf820

Browse files
committed
✨ Road to PHP 8
1 parent 83354d6 commit adbf820

File tree

2 files changed

+218
-20
lines changed

2 files changed

+218
-20
lines changed

composer.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
}
2424
],
2525
"require" : {
26-
"php" : ">=5.4.6",
27-
"mouf/mouf-installer" : "~2.0.1",
26+
"php" : "^8.0",
27+
"mouf/mouf-installer" : "^2.0",
2828
"mouf/mouf-validators-interface" : "~2.0",
2929
"container-interop/container-interop" : "~1.0",
3030
"mouf/classname-mapper": "~1.0"
@@ -95,8 +95,8 @@
9595
"title" : "Weak instances",
9696
"url" : "doc/weak_instances.md"
9797
}
98-
99-
98+
99+
100100
]
101101
},
102102
{
@@ -115,5 +115,10 @@
115115
"weight": 0
116116
}
117117
}
118+
},
119+
"config": {
120+
"allow-plugins": {
121+
"mouf/mouf-installer": true
122+
}
118123
}
119124
}

composer.lock

+209-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)