update composer.lock file

This commit is contained in:
cuneytsenturk 2018-01-13 17:54:39 +03:00
parent 0d495fe21e
commit 03e09486d0

42
composer.lock generated
View File

@ -127,16 +127,16 @@
},
{
"name": "akaunting/setting",
"version": "1.0.2",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/akaunting/setting.git",
"reference": "4462ce24d567e3bc7c1a880fdd3bbe5841e4be7d"
"reference": "da4fd8fe66e02bced13ef45cbfb28a94fb4eff49"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/akaunting/setting/zipball/4462ce24d567e3bc7c1a880fdd3bbe5841e4be7d",
"reference": "4462ce24d567e3bc7c1a880fdd3bbe5841e4be7d",
"url": "https://api.github.com/repos/akaunting/setting/zipball/da4fd8fe66e02bced13ef45cbfb28a94fb4eff49",
"reference": "da4fd8fe66e02bced13ef45cbfb28a94fb4eff49",
"shasum": ""
},
"require": {
@ -181,7 +181,7 @@
"laravel",
"persistent"
],
"time": "2017-12-04T18:39:43+00:00"
"time": "2018-01-10T21:57:10+00:00"
},
{
"name": "akaunting/version",
@ -2207,16 +2207,16 @@
},
{
"name": "maatwebsite/excel",
"version": "2.1.23",
"version": "2.1.24",
"source": {
"type": "git",
"url": "https://github.com/Maatwebsite/Laravel-Excel.git",
"reference": "8682c955601b6de15a8c7d6e373b927cc8380627"
"reference": "bd71c9f462ea4a7945944691cc58acd2c85abd47"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/8682c955601b6de15a8c7d6e373b927cc8380627",
"reference": "8682c955601b6de15a8c7d6e373b927cc8380627",
"url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/bd71c9f462ea4a7945944691cc58acd2c85abd47",
"reference": "bd71c9f462ea4a7945944691cc58acd2c85abd47",
"shasum": ""
},
"require": {
@ -2227,11 +2227,11 @@
"jeremeamia/superclosure": "^2.3",
"nesbot/carbon": "~1.0",
"php": ">=5.5",
"phpoffice/phpexcel": "1.8.*",
"phpoffice/phpexcel": "^1.8.1",
"tijsverkoyen/css-to-inline-styles": "~2.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"mockery/mockery": "~1.0",
"orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*",
"phpseclib/phpseclib": "~1.0",
"phpunit/phpunit": "~4.0"
@ -2281,7 +2281,7 @@
"import",
"laravel"
],
"time": "2017-09-19T19:36:48+00:00"
"time": "2018-01-10T11:58:11+00:00"
},
{
"name": "maximebf/debugbar",
@ -4652,29 +4652,29 @@
},
{
"name": "tijsverkoyen/css-to-inline-styles",
"version": "2.2.0",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
"reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
"reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"shasum": ""
},
"require": {
"php": "^5.5 || ^7",
"symfony/css-selector": "^2.7|~3.0"
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8|5.1.*"
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "2.2.x-dev"
}
},
"autoload": {
@ -4695,7 +4695,7 @@
],
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"time": "2016-09-20T12:50:39+00:00"
"time": "2017-11-27T11:13:29+00:00"
},
{
"name": "tucker-eric/eloquentfilter",