Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sage 9.0.0-beta.4? #1919

Merged
merged 22 commits into from
Jul 25, 2017
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 0 additions & 43 deletions .eslintrc

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
npm-debug.log
yarn-error.log
vendor
resources/assets/config-local.json
3 changes: 0 additions & 3 deletions .stylelintrc

This file was deleted.

148 changes: 0 additions & 148 deletions app/lib/Sage/PostCreateProject.php

This file was deleted.

12 changes: 5 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
"require": {
"php": ">=5.6.4",
"composer/installers": "~1.0",
"illuminate/view": "~5.4.0",
"illuminate/config": "~5.4.0",
"soberwp/controller": "dev-master"
"illuminate/view": "~5.4",
"illuminate/config": "~5.4",
"soberwp/controller": "dev-master",
"roots/sage-installer": "~1.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^2.8.0"
Expand All @@ -43,10 +44,7 @@
"phpcs"
],
"post-create-project-cmd": [
"Roots\\Sage\\PostCreateProject::updateHeaders",
"Roots\\Sage\\PostCreateProject::selectFramework",
"Roots\\Sage\\PostCreateProject::addFontAwesome",
"Roots\\Sage\\PostCreateProject::buildOptions"
"Roots\\Sage\\Installer\\ComposerScript::postCreateProject"
]
}
}
Loading