Skip to content

Commit 0ccb178

Browse files
committed
Updated to phootwork/collection
1 parent ac0be8f commit 0ccb178

6 files changed

Lines changed: 432 additions & 200 deletions

File tree

.buildpath

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
<buildpathentry kind="src" path="src"/>
44
<buildpathentry kind="src" path="vendor/michelf/php-markdown"/>
55
<buildpathentry kind="src" path="vendor/phpunit/php-text-template/Text"/>
6+
<buildpathentry kind="src" path="vendor/phpspec/prophecy/src"/>
67
<buildpathentry kind="src" path="vendor/sebastian/comparator/src"/>
78
<buildpathentry kind="src" path="vendor/symfony/yaml"/>
89
<buildpathentry kind="src" path="vendor/phpunit/phpunit-mock-objects/src"/>
9-
<buildpathentry kind="src" path="vendor/gossi/collection/src"/>
10+
<buildpathentry kind="src" path="vendor/phootwork/collection/src"/>
1011
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
1112
<buildpathentry kind="src" path="vendor/symfony/filesystem"/>
1213
<buildpathentry kind="src" path="vendor/phpunit/php-token-stream/src"/>
@@ -17,16 +18,19 @@
1718
<buildpathentry kind="src" path="vendor/composer"/>
1819
<buildpathentry kind="src" path="vendor/doctrine/instantiator/src"/>
1920
<buildpathentry kind="src" path="vendor/sami/sami"/>
21+
<buildpathentry kind="src" path="vendor/phootwork/lang/src"/>
2022
<buildpathentry kind="src" path="vendor/phpunit/php-code-coverage/src"/>
23+
<buildpathentry kind="src" path="vendor/sebastian/recursion-context/src"/>
2124
<buildpathentry kind="src" path="vendor/sebastian/diff/src"/>
22-
<buildpathentry kind="src" path="vendor/gossi/common/src"/>
2325
<buildpathentry kind="src" path="vendor/phpunit/php-timer/PHP"/>
2426
<buildpathentry kind="src" path="vendor/sebastian/exporter/src"/>
2527
<buildpathentry kind="src" path="tests"/>
2628
<buildpathentry kind="src" path="vendor/twig/twig/lib"/>
2729
<buildpathentry kind="src" path="vendor/symfony/process"/>
28-
<buildpathentry kind="src" path="vendor/phpunit/php-file-iterator/File"/>
2930
<buildpathentry kind="src" path="vendor/sebastian/environment/src"/>
31+
<buildpathentry kind="src" path="vendor/phpunit/php-file-iterator/src"/>
3032
<buildpathentry kind="src" path="vendor/symfony/finder"/>
33+
<buildpathentry kind="src" path="vendor/phpdocumentor/reflection-docblock/src"/>
34+
<buildpathentry kind="src" path="vendor/sebastian/global-state/src"/>
3135
<buildpathentry kind="src" path="vendor/symfony/console"/>
3236
</buildpath>

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"require" : {
2222
"php" : ">=5.4",
23-
"gossi/collection" : "~1"
23+
"phootwork/collection" : "~1"
2424
},
2525
"require-dev" : {
2626
"phpunit/phpunit" : "~4",

0 commit comments

Comments
 (0)