1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-12 21:22:28 +01:00

Add Carbon depndency for StatsController

This commit is contained in:
Chaoyi Zha 2017-01-26 17:03:20 -05:00
parent 301e63cbbd
commit 44108d9429
2 changed files with 16 additions and 9 deletions

View File

@ -12,7 +12,8 @@
"yajra/laravel-datatables-oracle": "~6.0",
"paragonie/random_compat": "^1.0.6",
"torann/geoip": "^1.0",
"geoip2/geoip2": "^2.4"
"geoip2/geoip2": "^2.4",
"nesbot/carbon": "^1.22"
},
"require-dev": {
"fzaninotto/faker": "~1.0",

22
composer.lock generated
View File

@ -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": "4a670b1f52a5d12a2e5a8bf5074fd05d",
"content-hash": "5f2914dd5b6b0d6b08ee9051f55ef09f",
"packages": [
{
"name": "composer/ca-bundle",
@ -1978,26 +1978,32 @@
},
{
"name": "nesbot/carbon",
"version": "1.21.0",
"version": "1.22.1",
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
"reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
"reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/translation": "~2.6|~3.0"
"symfony/translation": "~2.6 || ~3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
"friendsofphp/php-cs-fixer": "~2",
"phpunit/phpunit": "~4.0 || ~5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.23-dev"
}
},
"autoload": {
"psr-4": {
"Carbon\\": "src/Carbon/"
@ -2021,7 +2027,7 @@
"datetime",
"time"
],
"time": "2015-11-04T20:07:17+00:00"
"time": "2017-01-16T07:55:07+00:00"
},
{
"name": "nikic/fast-route",