Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 64f4e73

Browse files
committed
The repository was updated to version 1.0.1
1 parent c5548d8 commit 64f4e73

118 files changed

Lines changed: 5024 additions & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ phpunit.xml
22
composer.phar
33
composer.lock
44
composer-test.lock
5-
vendor/
65
build/artifacts/
76
artifacts/
87
docs/_build

vendor/autoload.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
// autoload.php @generated by Composer
4+
5+
require_once __DIR__ . '/composer/autoload_real.php';
6+
7+
return ComposerAutoloaderInitb682ca1bf6f1815e6ea38d5b0aeb3d25::getLoader();

0 commit comments

Comments
 (0)