Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
acasey committed Mar 4, 2020
2 parents 8f1e152 + 9d688a3 commit ac04f40
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
/.scrutinizer.yml export-ignore
/tests export-ignore
/.editorconfig export-ignore
/.styleci.yml export-ignore
3 changes: 3 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
preset: laravel

disabled:
- self_accessor
- short_list_syntax
- alpha_ordered_imports
- single_class_element_per_statement
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `app-setup-cmd` will be documented in this file

## 1.0.0 - 201X-XX-XX
## 1.0.0 - 20XX-XX-XX

- initial release

## 0.2.0 - 2020-03-03

- laravel 7.0 support.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ammonkc/laravel-init",
"description": "Laravel Artisan commands to help with initial app setup",
"version": "0.1.4",
"version": "0.2.0",
"keywords": [
"ammonkc",
"laravel-init",
Expand All @@ -19,13 +19,13 @@
],
"require": {
"php": "^7.1",
"illuminate/console": "^5.7|^5.8|^6.0",
"illuminate/support": "^5.7|^5.8|^6.0",
"illuminate/console": "^5.7|^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.7|^5.8|^6.0|^7.0|^8.0",
"spatie/laravel-permission": "^2.37|^3.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"phpunit/phpunit": "^7.0"
"orchestra/testbench": "^3.5|^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ac04f40

Please sign in to comment.