Skip to content

Commit

Permalink
removed platform config from composer
Browse files Browse the repository at this point in the history
issue #78
  • Loading branch information
Ne-Lexa committed May 16, 2021
1 parent 584784c commit b126252
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions bootstrap.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php

if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
define('PHPUNIT_COMPOSER_INSTALL', __DIR__ . '/vendor/autoload.php');
}
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b126252

Please sign in to comment.