aboutsummaryrefslogtreecommitdiff
path: root/backyard/php-api/trunk/composer.lock
diff options
context:
space:
mode:
authorCamil Staps2015-02-19 18:55:43 +0100
committerCamil Staps2015-02-19 18:55:43 +0100
commit781c2b265e1389f69f280d9a8c039a59678a78ec (patch)
tree24c0d4abc80685237ee91341ccb4a13807150c1c /backyard/php-api/trunk/composer.lock
parentdirectory structure (diff)
directory structure
Diffstat (limited to 'backyard/php-api/trunk/composer.lock')
-rw-r--r--backyard/php-api/trunk/composer.lock196
1 files changed, 0 insertions, 196 deletions
diff --git a/backyard/php-api/trunk/composer.lock b/backyard/php-api/trunk/composer.lock
deleted file mode 100644
index 047d269..0000000
--- a/backyard/php-api/trunk/composer.lock
+++ /dev/null
@@ -1,196 +0,0 @@
-{
- "_readme": [
- "This file locks the dependencies of your project to a known state",
- "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
- "This file is @generated automatically"
- ],
- "hash": "fa29c5209452b6b3b00e5ec29975d3f7",
- "packages": [
- {
- "name": "dingo/api",
- "version": "v0.8.2",
- "source": {
- "type": "git",
- "url": "https://github.com/dingo/api.git",
- "reference": "2a4d2afb3f2f2cdb94726e928fd3829f250abbc6"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dingo/api/zipball/2a4d2afb3f2f2cdb94726e928fd3829f250abbc6",
- "reference": "2a4d2afb3f2f2cdb94726e928fd3829f250abbc6",
- "shasum": ""
- },
- "require": {
- "illuminate/support": "~4.1",
- "league/fractal": "0.11.*",
- "php": ">=5.4.0"
- },
- "require-dev": {
- "illuminate/auth": "4.2.*",
- "illuminate/console": "4.2.*",
- "illuminate/database": "4.2.*",
- "illuminate/events": "4.2.*",
- "illuminate/filesystem": "4.2.*",
- "illuminate/pagination": "4.2.*",
- "illuminate/routing": "4.2.*",
- "lucadegasperi/oauth2-server-laravel": "3.0.*",
- "mockery/mockery": "~0.9",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~2.0",
- "tymon/jwt-auth": "0.3.*"
- },
- "suggest": {
- "lucadegasperi/oauth2-server-laravel": "Use the League OAuth 2.0 server to protect your API.",
- "tymon/jwt-auth": "Protect your API with JSON Web Tokens"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.8-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Dingo\\Api\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Jason Lewis",
- "email": "jason.lewis1991@gmail.com"
- }
- ],
- "description": "A RESTful API package for the Laravel framework.",
- "keywords": [
- "api",
- "dingo",
- "laravel",
- "restful"
- ],
- "time": "2014-12-14 10:16:02"
- },
- {
- "name": "illuminate/support",
- "version": "v4.2.17",
- "target-dir": "Illuminate/Support",
- "source": {
- "type": "git",
- "url": "https://github.com/illuminate/support.git",
- "reference": "db61f3f6d507ce417ca993e1f93585db7efd8b12"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/illuminate/support/zipball/db61f3f6d507ce417ca993e1f93585db7efd8b12",
- "reference": "db61f3f6d507ce417ca993e1f93585db7efd8b12",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.0"
- },
- "require-dev": {
- "jeremeamia/superclosure": "~1.0.1",
- "patchwork/utf8": "~1.1"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "4.2-dev"
- }
- },
- "autoload": {
- "psr-0": {
- "Illuminate\\Support": ""
- },
- "files": [
- "Illuminate/Support/helpers.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylorotwell@gmail.com"
- }
- ],
- "time": "2015-01-27 20:51:43"
- },
- {
- "name": "league/fractal",
- "version": "0.11.0",
- "source": {
- "type": "git",
- "url": "https://github.com/thephpleague/fractal.git",
- "reference": "5abf7b1ce12fea1e575355f76f4f58f15dba4be4"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/thephpleague/fractal/zipball/5abf7b1ce12fea1e575355f76f4f58f15dba4be4",
- "reference": "5abf7b1ce12fea1e575355f76f4f58f15dba4be4",
- "shasum": ""
- },
- "require": {
- "php": ">=5.3"
- },
- "require-dev": {
- "illuminate/pagination": "~4.1",
- "mockery/mockery": "~0.9",
- "pagerfanta/pagerfanta": "~1.0.0",
- "phpunit/phpunit": "~4.0",
- "squizlabs/php_codesniffer": "~1.5",
- "zendframework/zend-paginator": "~2.3"
- },
- "suggest": {
- "illuminate/pagination": "The Illuminate Pagination component.",
- "pagerfanta/pagerfanta": "Pagerfanta Paginator",
- "zendframework/zend-paginator": "Zend Framework Paginator"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "0.10-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "League\\Fractal\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "MIT"
- ],
- "authors": [
- {
- "name": "Phil Sturgeon",
- "email": "me@philsturgeon.uk",
- "homepage": "http://philsturgeon.uk/",
- "role": "Developer"
- }
- ],
- "description": "Handle the output of complex data structures ready for JSON output.",
- "homepage": "http://fractal.thephpleague.com/",
- "keywords": [
- "api",
- "json",
- "league",
- "rest"
- ],
- "time": "2014-12-10 16:59:07"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
-}