mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4857 from ivoba/patch-1
DOCS : Update 02_Composer.md gdmedia/ss-auto-git-ignore as dev requirement
This commit is contained in:
commit
c5e1922c65
@ -140,7 +140,7 @@ This package will maintain your [.gitignore](http://git-scm.com/docs/gitignore)
|
|||||||
|
|
||||||
Include the package in your project by running this command
|
Include the package in your project by running this command
|
||||||
|
|
||||||
composer require gdmedia/ss-auto-git-ignore
|
composer require gdmedia/ss-auto-git-ignore --dev
|
||||||
|
|
||||||
Edit your composer.json and insert
|
Edit your composer.json and insert
|
||||||
|
|
||||||
@ -161,12 +161,12 @@ Full example of composer.json with the SSAutoGitIgnore installed and enabled
|
|||||||
"php": ">=5.3.2",
|
"php": ">=5.3.2",
|
||||||
"silverstripe/cms": "3.0.*",
|
"silverstripe/cms": "3.0.*",
|
||||||
"silverstripe/framework": "3.0.*",
|
"silverstripe/framework": "3.0.*",
|
||||||
"silverstripe-themes/simple": "*",
|
"silverstripe-themes/simple": "*"
|
||||||
"gdmedia/ss-auto-git-ignore": "*"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"silverstripe/compass": "*",
|
"silverstripe/compass": "*",
|
||||||
"silverstripe/docsviewer": "*"
|
"silverstripe/docsviewer": "*",
|
||||||
|
"gdmedia/ss-auto-git-ignore": "*"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-update-cmd": "GDM\\SSAutoGitIgnore\\UpdateScript::Go"
|
"post-update-cmd": "GDM\\SSAutoGitIgnore\\UpdateScript::Go"
|
||||||
|
Loading…
Reference in New Issue
Block a user