Update Composer deps.

This commit is contained in:
kiswa 2015-07-29 12:32:41 -04:00
parent b9516cd131
commit 72dfe4e79b
2 changed files with 24 additions and 22 deletions

View File

@ -1,10 +1,10 @@
{ {
"name": "kiswa/taskboard", "name": "kiswa/taskboard",
"require": { "require": {
"slim/slim": "=2.6.1", "slim/slim": "~2.6.1",
"firebase/php-jwt": "=1.0.0", "firebase/php-jwt": "~1.0.0",
"ircmaxell/password-compat": "~1.0.3", "ircmaxell/password-compat": "~1.0.3",
"gabordemooij/redbean": "=4.2.0", "gabordemooij/redbean": "~4.2.0",
"phpmailer/phpmailer": "~5.2.9" "phpmailer/phpmailer": "~5.2.9"
}, },
"license": "MIT", "license": "MIT",

40
composer.lock generated
View File

@ -1,10 +1,10 @@
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "bcd0d77c65d6fda9ece3a2600d80347c", "hash": "00b50e5ebd2d03b90ef653c95854ecc3",
"packages": [ "packages": [
{ {
"name": "firebase/php-jwt", "name": "firebase/php-jwt",
@ -52,16 +52,16 @@
}, },
{ {
"name": "gabordemooij/redbean", "name": "gabordemooij/redbean",
"version": "v4.2.0", "version": "v4.2.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/gabordemooij/redbean.git", "url": "https://github.com/gabordemooij/redbean.git",
"reference": "840a2e0d856042e75a701453f37896c597c6fbc2" "reference": "13610146620d7c0a66215dcaf0c8796bb03a04aa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/gabordemooij/redbean/zipball/840a2e0d856042e75a701453f37896c597c6fbc2", "url": "https://api.github.com/repos/gabordemooij/redbean/zipball/13610146620d7c0a66215dcaf0c8796bb03a04aa",
"reference": "840a2e0d856042e75a701453f37896c597c6fbc2", "reference": "13610146620d7c0a66215dcaf0c8796bb03a04aa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -89,7 +89,7 @@
"keywords": [ "keywords": [
"orm" "orm"
], ],
"time": "2015-04-01 19:03:42" "time": "2015-05-09 12:22:47"
}, },
{ {
"name": "ircmaxell/password-compat", "name": "ircmaxell/password-compat",
@ -135,16 +135,16 @@
}, },
{ {
"name": "phpmailer/phpmailer", "name": "phpmailer/phpmailer",
"version": "v5.2.9", "version": "v5.2.10",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPMailer/PHPMailer.git", "url": "https://github.com/PHPMailer/PHPMailer.git",
"reference": "73b61679809615850706f1dbf88e6df2ddc05745" "reference": "07005ecbb80d11ec8c0f067bb37e8909cc7fcbb7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/73b61679809615850706f1dbf88e6df2ddc05745", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/07005ecbb80d11ec8c0f067bb37e8909cc7fcbb7",
"reference": "73b61679809615850706f1dbf88e6df2ddc05745", "reference": "07005ecbb80d11ec8c0f067bb37e8909cc7fcbb7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -152,14 +152,16 @@
}, },
"require-dev": { "require-dev": {
"phpdocumentor/phpdocumentor": "*", "phpdocumentor/phpdocumentor": "*",
"phpunit/phpunit": "4.1.*" "phpunit/phpunit": "4.3.*"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "classmap": [
"class.phpmailer.php", "class.phpmailer.php",
"class.smtp.php",
"class.pop3.php", "class.pop3.php",
"class.smtp.php" "extras/EasyPeasyICS.php",
"extras/ntlm_sasl_client.php"
] ]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -184,20 +186,20 @@
} }
], ],
"description": "PHPMailer is a full-featured email creation and transfer class for PHP", "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
"time": "2014-09-26 18:33:30" "time": "2015-05-04 12:37:21"
}, },
{ {
"name": "slim/slim", "name": "slim/slim",
"version": "2.6.1", "version": "2.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/slimphp/Slim.git", "url": "https://github.com/slimphp/Slim.git",
"reference": "365dbfa0c02a31e76888eaec693dacd9dca1c82a" "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/slimphp/Slim/zipball/365dbfa0c02a31e76888eaec693dacd9dca1c82a", "url": "https://api.github.com/repos/slimphp/Slim/zipball/20a02782f76830b67ae56a5c08eb1f563c351a37",
"reference": "365dbfa0c02a31e76888eaec693dacd9dca1c82a", "reference": "20a02782f76830b67ae56a5c08eb1f563c351a37",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -230,7 +232,7 @@
"rest", "rest",
"router" "router"
], ],
"time": "2015-03-02 19:09:48" "time": "2015-03-08 18:41:17"
} }
], ],
"packages-dev": [], "packages-dev": [],