This repository has been archived by the owner on Feb 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
195 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/builds | ||
/vendor | ||
/.idea | ||
/.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,28 @@ | ||
{ | ||
"name": "laravel-zero/laravel-zero", | ||
"description": "The Laravel Zero Framework.", | ||
"keywords": ["framework", "laravel", "laravel zero", "console", "cli"], | ||
"homepage": "https://laravel-zero.com", | ||
"name": "fireworkweb/fwd", | ||
"description": "The FWD tool for simple laravel docker environment.", | ||
"keywords": ["framework", "laravel", "laravel zero", "console", "cli", "docker", "docker-compose", "fwd"], | ||
"homepage": "https://github.com/fireworkweb/fwd", | ||
"type": "project", | ||
"license": "MIT", | ||
"support": { | ||
"issues": "https://github.com/laravel-zero/laravel-zero/issues", | ||
"source": "https://github.com/laravel-zero/laravel-zero" | ||
"issues": "https://github.com/fireworkweb/fwd/issues", | ||
"source": "https://github.com/fireworkweb/fwd" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Nuno Maduro", | ||
"email": "[email protected]" | ||
"name": "Daniel Polito", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Fabricio Souza", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": "^7.1.3", | ||
"laravel-zero/framework": "5.8.*", | ||
"padraic/phar-updater": "^1.0.6", | ||
"vlucas/phpdotenv": "^3.3", | ||
"zendframework/zend-text": "^2.7" | ||
}, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.