Updated all dependencies and prepared for PHP 8

This commit is contained in:
2026-06-19 09:37:22 +00:00
parent 941c9104dc
commit 5f9f6ca2ff
21 changed files with 3334 additions and 2643 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
<?php
use Symfony\Component\Finder\Finder;
use CloudObjects\SDK\COIDParser, CloudObjects\SDK\ObjectRetriever;
use CloudObjects\SDK\COIDParser, CloudObjects\SDK\ObjectRetriever,
CloudObjects\SDK\Constants;
use Webmozart\Assert\Assert;
/**
@@ -182,7 +183,7 @@ class RoboFile extends \Robo\Tasks {
$this->taskWriteToFile($stackDir.'/meta.json')
->text(json_encode([
'rev' => $stackObject->getProperty(ObjectRetriever::REVISION_PROPERTY)->getValue(),
'rev' => $stackObject->getProperty(Constants::PROPERTY_REVISION)->getValue(),
'whitelisted_classes' => $whitelistedClasses
]))
->run();