1
0
Fork 0

Update Silverstripe casing (#11565)

pull/11581/head
Nate Devereux 2023-08-03 21:28:29 +12:00 committed by GitHub
parent 9c25633d6d
commit c5baa37cdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Out of the box, Composer supports four types:
- **library:** This is the default. It will copy the files to `vendor`. - **library:** This is the default. It will copy the files to `vendor`.
- **project:** This denotes a project rather than a library. For example - **project:** This denotes a project rather than a library. For example
application shells like the [Symfony standard edition](https://github.com/symfony/symfony-standard), application shells like the [Symfony standard edition](https://github.com/symfony/symfony-standard),
CMSs like the [SilverStripe installer](https://github.com/silverstripe/silverstripe-installer) CMSs like the [Silverstripe installer](https://github.com/silverstripe/silverstripe-installer)
or full fledged applications distributed as packages. This can for example or full fledged applications distributed as packages. This can for example
be used by IDEs to provide listings of projects to initialize when creating be used by IDEs to provide listings of projects to initialize when creating
a new workspace. a new workspace.