Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 4d2055c

Browse files
committed
refactor : readme and composer.json
1 parent c4ed5db commit 4d2055c

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a ***Work In Progress***
44

5-
Module Driven Development using Laravel PHP framework.
5+
Your SAAS app starts here.
66

77
## Documentation
88

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
2-
"name": "laravel/laravel",
3-
"description": "The Laravel Framework.",
4-
"keywords": ["framework", "laravel"],
2+
"name": "studio/sailfish",
3+
"description": "Sailfish - Your SAAS app starts here",
4+
"keywords": ["framework", "laravel", "saas", "kickstart"],
55
"license": "MIT",
66
"type": "project",
77
"require": {
88
"php": ">=7.0.0",
9+
"fideloper/proxy": "~3.3",
910
"laravel/framework": "5.5.*",
10-
"laravel/horizon": "^1.0",
1111
"laravel/tinker": "~1.0",
12+
"laravel/horizon": "^1.0",
1213
"studio/laravel-totem": "^2.0"
1314
},
1415
"require-dev": {
16+
"filp/whoops": "~2.0",
1517
"fzaninotto/faker": "~1.4",
1618
"mockery/mockery": "0.9.*",
1719
"phpunit/phpunit": "~6.0"

0 commit comments

Comments
 (0)