Restore composer.json and composer.lock from production
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
|||||||
"auth0/auth0-php": "^7.4",
|
"auth0/auth0-php": "^7.4",
|
||||||
"doctrine/dbal": "2.13.5",
|
"doctrine/dbal": "2.13.5",
|
||||||
"laravel/lumen-framework": "^7.0",
|
"laravel/lumen-framework": "^7.0",
|
||||||
"laravel/tinker": "^2.9",
|
"laravel/tinker": "^2.8",
|
||||||
"rap2hpoutre/laravel-log-viewer": "^1.7",
|
"rap2hpoutre/laravel-log-viewer": "^1.7",
|
||||||
"spatie/laravel-ray": "^1.33"
|
"spatie/laravel-ray": "^1.33"
|
||||||
},
|
},
|
||||||
|
|||||||
Generated
+17
-14
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "fd818732ff1c4578859e2cd033cf5114",
|
"content-hash": "2a35e67752107934701ceea957a4fd34",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "auth0/auth0-php",
|
"name": "auth0/auth0-php",
|
||||||
@@ -2541,25 +2541,25 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "laravel/tinker",
|
"name": "laravel/tinker",
|
||||||
"version": "v2.9.0",
|
"version": "v2.8.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/laravel/tinker.git",
|
"url": "https://github.com/laravel/tinker.git",
|
||||||
"reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe"
|
"reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
|
"url": "https://api.github.com/repos/laravel/tinker/zipball/b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
|
||||||
"reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe",
|
"reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
|
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
||||||
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
|
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
||||||
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
|
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
|
||||||
"php": "^7.2.5|^8.0",
|
"php": "^7.2.5|^8.0",
|
||||||
"psy/psysh": "^0.11.1|^0.12.0",
|
"psy/psysh": "^0.10.4|^0.11.1",
|
||||||
"symfony/var-dumper": "^4.3.4|^5.0|^6.0|^7.0"
|
"symfony/var-dumper": "^4.3.4|^5.0|^6.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": "~1.3.3|^1.4.2",
|
"mockery/mockery": "~1.3.3|^1.4.2",
|
||||||
@@ -2567,10 +2567,13 @@
|
|||||||
"phpunit/phpunit": "^8.5.8|^9.3.3"
|
"phpunit/phpunit": "^8.5.8|^9.3.3"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0|^11.0)."
|
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0)."
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-master": "2.x-dev"
|
||||||
|
},
|
||||||
"laravel": {
|
"laravel": {
|
||||||
"providers": [
|
"providers": [
|
||||||
"Laravel\\Tinker\\TinkerServiceProvider"
|
"Laravel\\Tinker\\TinkerServiceProvider"
|
||||||
@@ -2601,9 +2604,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/laravel/tinker/issues",
|
"issues": "https://github.com/laravel/tinker/issues",
|
||||||
"source": "https://github.com/laravel/tinker/tree/v2.9.0"
|
"source": "https://github.com/laravel/tinker/tree/v2.8.2"
|
||||||
},
|
},
|
||||||
"time": "2024-01-04T16:10:04+00:00"
|
"time": "2023-08-15T14:27:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "monolog/monolog",
|
"name": "monolog/monolog",
|
||||||
@@ -8393,5 +8396,5 @@
|
|||||||
"php": "^7.2.5"
|
"php": "^7.2.5"
|
||||||
},
|
},
|
||||||
"platform-dev": [],
|
"platform-dev": [],
|
||||||
"plugin-api-version": "2.2.0"
|
"plugin-api-version": "2.3.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user