Skip to content

Commit

Permalink
Updated to phootwork/collection
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed May 15, 2015
1 parent ac0be8f commit 0ccb178
Show file tree
Hide file tree
Showing 6 changed files with 432 additions and 200 deletions.
10 changes: 7 additions & 3 deletions .buildpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<buildpathentry kind="src" path="src"/>
<buildpathentry kind="src" path="vendor/michelf/php-markdown"/>
<buildpathentry kind="src" path="vendor/phpunit/php-text-template/Text"/>
<buildpathentry kind="src" path="vendor/phpspec/prophecy/src"/>
<buildpathentry kind="src" path="vendor/sebastian/comparator/src"/>
<buildpathentry kind="src" path="vendor/symfony/yaml"/>
<buildpathentry kind="src" path="vendor/phpunit/phpunit-mock-objects/src"/>
<buildpathentry kind="src" path="vendor/gossi/collection/src"/>
<buildpathentry kind="src" path="vendor/phootwork/collection/src"/>
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
<buildpathentry kind="src" path="vendor/symfony/filesystem"/>
<buildpathentry kind="src" path="vendor/phpunit/php-token-stream/src"/>
Expand All @@ -17,16 +18,19 @@
<buildpathentry kind="src" path="vendor/composer"/>
<buildpathentry kind="src" path="vendor/doctrine/instantiator/src"/>
<buildpathentry kind="src" path="vendor/sami/sami"/>
<buildpathentry kind="src" path="vendor/phootwork/lang/src"/>
<buildpathentry kind="src" path="vendor/phpunit/php-code-coverage/src"/>
<buildpathentry kind="src" path="vendor/sebastian/recursion-context/src"/>
<buildpathentry kind="src" path="vendor/sebastian/diff/src"/>
<buildpathentry kind="src" path="vendor/gossi/common/src"/>
<buildpathentry kind="src" path="vendor/phpunit/php-timer/PHP"/>
<buildpathentry kind="src" path="vendor/sebastian/exporter/src"/>
<buildpathentry kind="src" path="tests"/>
<buildpathentry kind="src" path="vendor/twig/twig/lib"/>
<buildpathentry kind="src" path="vendor/symfony/process"/>
<buildpathentry kind="src" path="vendor/phpunit/php-file-iterator/File"/>
<buildpathentry kind="src" path="vendor/sebastian/environment/src"/>
<buildpathentry kind="src" path="vendor/phpunit/php-file-iterator/src"/>
<buildpathentry kind="src" path="vendor/symfony/finder"/>
<buildpathentry kind="src" path="vendor/phpdocumentor/reflection-docblock/src"/>
<buildpathentry kind="src" path="vendor/sebastian/global-state/src"/>
<buildpathentry kind="src" path="vendor/symfony/console"/>
</buildpath>
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"require" : {
"php" : ">=5.4",
"gossi/collection" : "~1"
"phootwork/collection" : "~1"
},
"require-dev" : {
"phpunit/phpunit" : "~4",
Expand Down
Loading

0 comments on commit 0ccb178

Please sign in to comment.