#1 point installer to my fork with some fixes
This commit is contained in:
parent
879d2ba564
commit
84c610c6c1
@ -46,7 +46,7 @@
|
||||
"scriptfusion/phpunit-immediate-exception-printer": "1.3.0",
|
||||
"nwidart/laravel-modules": "^2.6",
|
||||
"sebastiaanluca/laravel-helpers": "^1.0",
|
||||
"rachidlaasri/laravel-installer": "^3.1"
|
||||
"nabeel/laravel-installer": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "6.4.0",
|
||||
|
115
composer.lock
generated
115
composer.lock
generated
@ -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": "ff12261029d8543c86add780d2fb53cd",
|
||||
"content-hash": "4587f840e3ff2c38969939addaf0c10f",
|
||||
"packages": [
|
||||
{
|
||||
"name": "anlutro/l4-settings",
|
||||
@ -1501,16 +1501,16 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.5.22",
|
||||
"version": "v5.5.23",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "2404af887ca8272d721628a99bbc721ac3b692e7"
|
||||
"reference": "cb8ec95aa65fbaeeaf94026c8a9f04bb97c13777"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/2404af887ca8272d721628a99bbc721ac3b692e7",
|
||||
"reference": "2404af887ca8272d721628a99bbc721ac3b692e7",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/cb8ec95aa65fbaeeaf94026c8a9f04bb97c13777",
|
||||
"reference": "cb8ec95aa65fbaeeaf94026c8a9f04bb97c13777",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1630,7 +1630,7 @@
|
||||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2017-11-27T15:29:55+00:00"
|
||||
"time": "2017-12-04T14:19:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravelcollective/html",
|
||||
@ -2206,6 +2206,56 @@
|
||||
],
|
||||
"time": "2017-10-19T19:58:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nabeel/laravel-installer",
|
||||
"version": "dev-master",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nabeelio/LaravelInstaller.git",
|
||||
"reference": "c695fb559ddd05290f6898d284abe71a83d25b95"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nabeelio/LaravelInstaller/zipball/c695fb559ddd05290f6898d284abe71a83d25b95",
|
||||
"reference": "c695fb559ddd05290f6898d284abe71a83d25b95",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"RachidLaasri\\LaravelInstaller\\Providers\\LaravelInstallerServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"RachidLaasri\\LaravelInstaller\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/Helpers/functions.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "http://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Rachid Laasri",
|
||||
"email": "rashidlaasri@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Jeremy Kenedy",
|
||||
"email": "jeremykenedy@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Laravel web installer",
|
||||
"time": "2017-12-04 19:05:57"
|
||||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "1.22.1",
|
||||
@ -3667,56 +3717,6 @@
|
||||
],
|
||||
"time": "2017-01-02T13:31:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "rachidlaasri/laravel-installer",
|
||||
"version": "3.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/RachidLaasri/LaravelInstaller.git",
|
||||
"reference": "7e3a94d8133745511f94c942e02fa8526ba9740e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/RachidLaasri/LaravelInstaller/zipball/7e3a94d8133745511f94c942e02fa8526ba9740e",
|
||||
"reference": "7e3a94d8133745511f94c942e02fa8526ba9740e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"RachidLaasri\\LaravelInstaller\\Providers\\LaravelInstallerServiceProvider"
|
||||
]
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"RachidLaasri\\LaravelInstaller\\": "src/"
|
||||
},
|
||||
"files": [
|
||||
"src/Helpers/functions.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "http://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Rachid Laasri",
|
||||
"email": "rashidlaasri@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "Jeremy Kenedy",
|
||||
"email": "jeremykenedy@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Laravel web installer",
|
||||
"time": "2017-11-13T21:05:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ramsey/uuid",
|
||||
"version": "3.7.1",
|
||||
@ -7155,7 +7155,8 @@
|
||||
"infyomlabs/adminlte-templates": 20,
|
||||
"zizaco/entrust": 20,
|
||||
"league/geotools": 0,
|
||||
"makinacorpus/php-bloom": 20
|
||||
"makinacorpus/php-bloom": 20,
|
||||
"nabeel/laravel-installer": 20
|
||||
},
|
||||
"prefer-stable": false,
|
||||
"prefer-lowest": false,
|
||||
|
Loading…
Reference in New Issue
Block a user