Skip to content

Commit

Permalink
Fix composer json declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
datashaman committed Sep 20, 2018
1 parent 05223af commit 50648ae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"require": {
"php": ">=7.0",
"elasticsearch/elasticsearch": ">=2",
"illuminate/support": ">=5.1"
"illuminate/support": ">=5.4"
},
"require-dev": {
"mockery/mockery": "*",
"orchestra/testbench": ">=3.1",
"orchestra/testbench": ">=3.4",
"phpunit/phpunit": "*",
"symfony/yaml": "*",
"ext-sqlite3": "*"
Expand Down
10 changes: 5 additions & 5 deletions lockfiles/php-7.1-laravel-5.7-es-2.lock
Original file line number Diff line number Diff line change
Expand Up @@ -540,16 +540,16 @@
},
{
"name": "laravel/framework",
"version": "v5.7.4",
"version": "v5.7.5",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "f6e8f6562120e0063313e81716666cfcd362569b"
"reference": "ddb87a87471b452456fbbe1365e1b9ae55483515"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/f6e8f6562120e0063313e81716666cfcd362569b",
"reference": "f6e8f6562120e0063313e81716666cfcd362569b",
"url": "https://api.github.com/repos/laravel/framework/zipball/ddb87a87471b452456fbbe1365e1b9ae55483515",
"reference": "ddb87a87471b452456fbbe1365e1b9ae55483515",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -677,7 +677,7 @@
"framework",
"laravel"
],
"time": "2018-09-18T13:34:05+00:00"
"time": "2018-09-20T14:03:45+00:00"
},
{
"name": "league/flysystem",
Expand Down
10 changes: 5 additions & 5 deletions lockfiles/php-7.1-laravel-5.7-es-5.lock
Original file line number Diff line number Diff line change
Expand Up @@ -541,16 +541,16 @@
},
{
"name": "laravel/framework",
"version": "v5.7.4",
"version": "v5.7.5",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "f6e8f6562120e0063313e81716666cfcd362569b"
"reference": "ddb87a87471b452456fbbe1365e1b9ae55483515"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/f6e8f6562120e0063313e81716666cfcd362569b",
"reference": "f6e8f6562120e0063313e81716666cfcd362569b",
"url": "https://api.github.com/repos/laravel/framework/zipball/ddb87a87471b452456fbbe1365e1b9ae55483515",
"reference": "ddb87a87471b452456fbbe1365e1b9ae55483515",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -678,7 +678,7 @@
"framework",
"laravel"
],
"time": "2018-09-18T13:34:05+00:00"
"time": "2018-09-20T14:03:45+00:00"
},
{
"name": "league/flysystem",
Expand Down
10 changes: 5 additions & 5 deletions lockfiles/php-7.1-laravel-5.7-es-6.lock
Original file line number Diff line number Diff line change
Expand Up @@ -543,16 +543,16 @@
},
{
"name": "laravel/framework",
"version": "v5.7.4",
"version": "v5.7.5",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "f6e8f6562120e0063313e81716666cfcd362569b"
"reference": "ddb87a87471b452456fbbe1365e1b9ae55483515"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/f6e8f6562120e0063313e81716666cfcd362569b",
"reference": "f6e8f6562120e0063313e81716666cfcd362569b",
"url": "https://api.github.com/repos/laravel/framework/zipball/ddb87a87471b452456fbbe1365e1b9ae55483515",
"reference": "ddb87a87471b452456fbbe1365e1b9ae55483515",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -680,7 +680,7 @@
"framework",
"laravel"
],
"time": "2018-09-18T13:34:05+00:00"
"time": "2018-09-20T14:03:45+00:00"
},
{
"name": "league/flysystem",
Expand Down

0 comments on commit 50648ae

Please sign in to comment.