1
0
mirror of https://github.com/Ne-Lexa/php-zip.git synced 2025-01-17 07:18:14 +01: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');
}

View File

@ -55,10 +55,5 @@
"scripts": {
"php:fix": "php .php-cs-fixer.php --force",
"php:fix:debug": "php .php-cs-fixer.php"
},
"config": {
"platform": {
"php": "7.1.3"
}
}
}

View File

@ -3,7 +3,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
colors="true"
bootstrap="vendor/autoload.php">
bootstrap="bootstrap.php">
<php>
<ini name="error_reporting" value="-1"/>
</php>