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 caff99b commit 413a9d8Copy full SHA for 413a9d8
spec/autoload.php
@@ -2,7 +2,7 @@
2
$loader = require __DIR__.'/../vendor/autoload.php';
3
4
// Temporary fix for Puli
5
-if (PHP_VERSION_ID >= 50600) {
+if (PHP_VERSION_ID >= 50600 && PHP_VERSION_ID < 70300) {
6
$loader->addClassMap([
7
'Puli\\GeneratedPuliFactory' => __DIR__.'/../.puli/GeneratedPuliFactory.php',
8
]);
0 commit comments