1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-10-17 16:16:26 +02:00

removed platform config from composer

issue #78
This commit is contained in:
Ne-Lexa
2021-05-16 22:41:26 +03:00
parent 584784c119
commit b126252266
3 changed files with 6 additions and 6 deletions

5
bootstrap.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
define('PHPUNIT_COMPOSER_INSTALL', __DIR__ . '/vendor/autoload.php');
}