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 50dff16 commit d0e2d6fCopy full SHA for d0e2d6f
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