diff --git a/composer.lock b/composer.lock deleted file mode 100644 index 12e752d..0000000 --- a/composer.lock +++ /dev/null @@ -1,228 +0,0 @@ -{ - "_readme": [ - "This file locks the dependencies of your project to a known state", - "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": "ed9d3826c475a961216c35fc1fe3bb0c", - "packages": [ - { - "name": "comsave/common", - "version": "0.1.1", - "source": { - "type": "git", - "url": "https://github.com/comsave/common.git", - "reference": "14fadc92de8645a3ea04d5b33e0a6dd48bf416ba" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/comsave/common/zipball/14fadc92de8645a3ea04d5b33e0a6dd48bf416ba", - "reference": "14fadc92de8645a3ea04d5b33e0a6dd48bf416ba", - "shasum": "" - }, - "require": { - "php": ">=5.3.0", - "symfony/event-dispatcher": "^4.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Phpforce\\Common": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David de Boer", - "email": "david@ddeboer.nl", - "homepage": "http://ddeboer.nl" - } - ], - "description": "Common library for the PhpForce Salesforce libraries", - "keywords": [ - "crm", - "force.com", - "salesforce", - "soap", - "web services" - ], - "time": "2018-02-06T10:53:24+00:00" - }, - { - "name": "comsave/soap-client", - "version": "0.1.6", - "source": { - "type": "git", - "url": "https://github.com/comsave/soap-client.git", - "reference": "c674415459d27b458c6f2e0490f4a7d745a053c2" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/comsave/soap-client/zipball/c674415459d27b458c6f2e0490f4a7d745a053c2", - "reference": "c674415459d27b458c6f2e0490f4a7d745a053c2", - "shasum": "" - }, - "require": { - "comsave/common": "^0.1.0", - "php": ">=5.3.0", - "psr/log": "~1.0.0" - }, - "require-dev": { - "doctrine/common": "~2.3" - }, - "suggest": { - "doctrine/common": "For caching SOAP responses", - "monolog/monolog": "For logging SOAP transactions" - }, - "type": "library", - "autoload": { - "psr-0": { - "Phpforce\\SoapClient": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "David de Boer", - "email": "david@ddeboer.nl", - "homepage": "http://ddeboer.nl" - } - ], - "description": "A PHP client for the Salesforce SOAP API", - "keywords": [ - "crm", - "force.com", - "salesforce", - "soap", - "web services" - ], - "time": "2018-02-06T10:56:49+00:00" - }, - { - "name": "psr/log", - "version": "1.0.2", - "source": { - "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Psr\\Log\\": "Psr/Log/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" - } - ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", - "keywords": [ - "log", - "psr", - "psr-3" - ], - "time": "2016-10-10T12:19:37+00:00" - }, - { - "name": "symfony/event-dispatcher", - "version": "v4.0.4", - "source": { - "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/74d33aac36208c4d6757807d9f598f0133a3a4eb", - "reference": "74d33aac36208c4d6757807d9f598f0133a3a4eb", - "shasum": "" - }, - "require": { - "php": "^7.1.3" - }, - "conflict": { - "symfony/dependency-injection": "<3.4" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.4|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/expression-language": "~3.4|~4.0", - "symfony/stopwatch": "~3.4|~4.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony EventDispatcher Component", - "homepage": "https://symfony.com", - "time": "2018-01-03T07:38:00+00:00" - } - ], - "packages-dev": [], - "aliases": [], - "minimum-stability": "stable", - "stability-flags": [], - "prefer-stable": false, - "prefer-lowest": false, - "platform": { - "php": ">=5.3.0" - }, - "platform-dev": [] -}