add mustangostang/spyc to composer

This commit is contained in:
tinect
2019-11-14 21:03:25 +01:00
parent fd63fba467
commit f41c2a688a
30 changed files with 3735 additions and 1193 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true" bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="all">
<directory suffix="Test.php">tests/</directory>
</testsuite>
</testsuites>
</phpunit>