Skip to content
This repository was archived by the owner on Aug 18, 2022. It is now read-only.

Commit 28a5ece

Browse files
committed
Updated to 1.1.2 version
1 parent 8408f17 commit 28a5ece

File tree

1,354 files changed

+117751
-11
lines changed

Some content is hidden

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

1,354 files changed

+117751
-11
lines changed

.travis.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ dist: trusty
66

77
git:
88
depth: 5
9-
10-
cache:
11-
- composer
12-
- $HOME/.composer/cache
139

1410
php:
1511
- hhvm
@@ -24,13 +20,6 @@ matrix:
2420
- php: nightly
2521

2622
before_script:
27-
- export PATH="$HOME/.composer/vendor/bin:$PATH"
28-
- |
29-
if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then
30-
composer global require "phpunit/phpunit=5.7.*"
31-
else
32-
composer global require "phpunit/phpunit=4.8.*"
33-
fi
3423
- composer self-update
3524
- composer install
3625

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
"php": "^5.6 || ^7.0",
3333
"Josantonius/Json" : "^1.1.4"
3434
},
35+
"require-dev": {
36+
"phpunit/phpunit": "5.7.*"
37+
},
3538
"autoload": {
3639
"psr-4": {
3740
"Josantonius\\Logger\\": "src/Logger/"

vendor/bin/phpunit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../phpunit/phpunit/phpunit

vendor/composer/autoload_classmap.php

Lines changed: 465 additions & 0 deletions
Large diffs are not rendered by default.

vendor/composer/autoload_namespaces.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
$baseDir = dirname($vendorDir);
77

88
return array(
9+
'Prophecy\\' => array($vendorDir . '/phpspec/prophecy/src'),
910
);

vendor/composer/autoload_psr4.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
$baseDir = dirname($vendorDir);
77

88
return array(
9+
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'),
10+
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
11+
'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
912
'Josantonius\\Logger\\' => array($baseDir . '/src/Logger'),
1013
'Josantonius\\Json\\' => array($vendorDir . '/josantonius/json/src/Json'),
14+
'Doctrine\\Instantiator\\' => array($vendorDir . '/doctrine/instantiator/src/Doctrine/Instantiator'),
15+
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
1116
);

vendor/composer/autoload_static.php

Lines changed: 519 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)