add php 8.1 compability, remove console command

This commit is contained in:
2022-10-27 19:07:18 +02:00
parent 19eb02251f
commit fc87625a72
36 changed files with 35 additions and 506 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php
namespace Madkom\NginxConfigurator;
namespace Envoyr\NginxConfigurator;
if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
// Called from local git clone.