Skip to content
This repository has been archived by the owner on Feb 15, 2021. It is now read-only.

Commit

Permalink
Fixing composer.json + box.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dbpolito committed Mar 19, 2019
1 parent 5bbb1df commit df25b7a
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/builds
/vendor
/.idea
/.vscode
4 changes: 3 additions & 1 deletion box.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"vendor"
],
"files": [
"composer.json"
"composer.json",
"docker-compose.yml",
".fwd"
],
"exclude-composer-files": false,
"compression": "GZ",
Expand Down
21 changes: 13 additions & 8 deletions composer.json
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"
},
Expand Down
179 changes: 178 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df25b7a

Please sign in to comment.