Skip to content

Commit 413a9d8

Browse files
committed
added fix for puli and php 7.3
1 parent caff99b commit 413a9d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$loader = require __DIR__.'/../vendor/autoload.php';
33

44
// Temporary fix for Puli
5-
if (PHP_VERSION_ID >= 50600) {
5+
if (PHP_VERSION_ID >= 50600 && PHP_VERSION_ID < 70300) {
66
$loader->addClassMap([
77
'Puli\\GeneratedPuliFactory' => __DIR__.'/../.puli/GeneratedPuliFactory.php',
88
]);

0 commit comments

Comments
 (0)