Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9e0aba5

Browse files
authored
Merge pull request#16 from MammatusPHP/update-to-new-container-factory-name
Update to new container factory name
2 parentsf45eadf +0157dbf commit9e0aba5

File tree

3 files changed

+163
-172
lines changed

3 files changed

+163
-172
lines changed

‎bin/mammatus-helm-json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?phpdeclare(strict_types=1);
33

44
useMammatus\Kubernetes\Helm;
5-
useMammatus\ContainerFactory;
5+
useMammatus\Container\Factory;
66

77
(function(string$_composer_autoload_path) {
88
/**
@@ -15,5 +15,5 @@ use Mammatus\ContainerFactory;
1515
/**
1616
* Create and run that one cron job
1717
*/
18-
exit((staticfn ():int =>ContainerFactory::create()->get(Helm::class)->json())());
18+
exit((staticfn ():int =>Factory::create()->get(Helm::class)->json())());
1919
})();

‎composer.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"ergebnis/composer-normalize":true,
3535
"icanhazstring/composer-unused":true,
3636
"infection/extension-installer":true,
37+
"mammatus/app":true,
3738
"mammatus/cron":true,
3839
"mindplay/composer-locator":true,
3940
"phpstan/extension-installer":true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp