Skip to content

Commit 4d91970

Browse files
Merge pull request #13 from rizkyyangpalsu/master
Adding rule for contribute and add support laravel 8
2 parents a6f5cc7 + b57592a commit 4d91970

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

CONTRIBUTING.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Contributing
2+
3+
When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
4+
5+
Please note we have a code of conduct, please follow it in all your interactions with the project.
6+
7+
## Pull Request Process
8+
- Fork it
9+
- Create your feature branch (Optional)
10+
- Commit your changes
11+
- Push your commit to fork repository
12+
- Create new pull request
13+
14+
## Note
15+
If you have issue with CSS or Javascript please create new issue in stisla repository
16+
https://github.com/stisla/stisla/issues

composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.1.3|^7.2.5",
14-
"laravel/ui": "^1.0|^2.0",
15-
"illuminate/console": "~5.8|^6.0|^7.0",
16-
"illuminate/filesystem": "~5.8|^6.0|^7.0",
17-
"illuminate/support": "~5.8|^6.0|^7.0"
13+
"php": "^7.1.3|^7.2.5|^7.3",
14+
"laravel/ui": "^1.0|^2.0|^3.0",
15+
"illuminate/console": "~5.8|^6.0|^7.0|^8.0",
16+
"illuminate/filesystem": "~5.8|^6.0|^7.0|^8.0",
17+
"illuminate/support": "~5.8|^6.0|^7.0|^8.0"
1818
},
1919
"autoload": {
2020
"psr-4": {

0 commit comments

Comments
 (0)