X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=composer.lock;h=0612c9af39b65d267c4c47de54d943c078dcdfb2;hb=a58e6d09d97e867cfe79f0a1babe2ce9a962862d;hp=b3ae637ec6eaeb938d19bd8e6a9fa178aab2b5e0;hpb=1f8eeb3c8b40ba0f5f00d26d8158df8c54fcc6cf;p=civicrm-core.git diff --git a/composer.lock b/composer.lock index b3ae637ec6..0612c9af39 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "1d0ba40a540772d8ca8b73f72fff02d8", + "content-hash": "6abd711477a577550967549258a7aec0", "packages": [ { "name": "civicrm/civicrm-cxn-rpc", @@ -145,6 +145,46 @@ "homepage": "http://code.google.com/p/phpquery/", "time": "2013-03-21T12:39:33+00:00" }, + { + "name": "marcj/topsort", + "version": "dev-1.0-php53", + "source": { + "type": "git", + "url": "https://github.com/totten/topsort.php.git", + "reference": "2765723d36f0e536d987e42cbc60de52209212bd" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "codeclimate/php-test-reporter": "dev-master", + "phpunit/phpunit": "~4.0", + "symfony/console": "~2.5" + }, + "type": "library", + "autoload": { + "psr-4": { + "MJS\\TopSort\\": "src/", + "MJS\\TopSort\\Tests\\": "tests/Tests/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Marc J. Schmidt", + "email": "marc@marcjschmidt.de" + } + ], + "description": "High-Performance TopSort/Dependency resolving algorithm", + "keywords": [ + "dependency resolving", + "topological sort", + "topsort" + ], + "time": "2016-03-25 21:38:05" + }, { "name": "pclzip/pclzip", "version": "2.8.2", @@ -1567,6 +1607,7 @@ "minimum-stability": "stable", "stability-flags": { "zetacomponents/mail": 20, + "marcj/topsort": 20, "pear/validate_finance_creditcard": 20 }, "prefer-stable": false,