Skip to content
This repository was archived by the owner on Dec 11, 2020. It is now read-only.

Commit c58b442

Browse files
committed
add required packages and change project name
1 parent de81132 commit c58b442

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"name": "laravel/laravel",
2+
"name": "lucid-arch/laravel-microservice",
33
"description": "The Laravel Framework.",
44
"keywords": ["framework", "laravel"],
55
"license": "MIT",
66
"type": "project",
77
"require": {
88
"php": ">=5.6.4",
9-
"laravel/framework": "5.3.*"
9+
"laravel/framework": "5.3.*",
10+
"lucid-arch/laravel-foundation": "5.3.*"
1011
},
1112
"require-dev": {
1213
"fzaninotto/faker": "~1.4",
1314
"mockery/mockery": "0.9.*",
1415
"phpunit/phpunit": "~5.0",
1516
"symfony/css-selector": "3.1.*",
16-
"symfony/dom-crawler": "3.1.*"
17+
"symfony/dom-crawler": "3.1.*",
18+
"lucid-arch/laravel-console": "dev-dev"
1719
},
1820
"autoload": {
1921
"classmap": [

0 commit comments

Comments
 (0)