Skip to content

Commit f7ebb39

Browse files
committed
[TASK] Update readme and composer.json
Update composer.json with latest best practices in particular remove the legacy TER composer repository.
1 parent bd379f4 commit f7ebb39

File tree

2 files changed

+13
-16
lines changed

2 files changed

+13
-16
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Get going quickly with TYPO3 CMS.
99

1010
## Quickstart
1111

12-
* `composer create-project typo3/cms-base-distribution project-name ^9`
12+
* `composer create-project typo3/cms-base-distribution project-name ^10`
1313
* `cd project-name`
1414

1515
**Setup:**
@@ -24,7 +24,7 @@ php vendor/bin/typo3cms install:setup
2424
**Setup unattended (optional):**
2525

2626
If you're a more advanced user, you might want to leverage the unattended installation.
27-
To do this, you need to execute the following command and substite the arguments
27+
To do this, you need to execute the following command and substitute the arguments
2828
with your own environment configuration.
2929

3030
```

composer.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,35 @@
11
{
2-
"repositories": [
3-
{ "type": "composer", "url": "https://composer.typo3.org/" }
4-
],
52
"name": "typo3/cms-base-distribution",
63
"description" : "TYPO3 CMS Base Distribution",
74
"license": "GPL-2.0-or-later",
85
"config": {
96
"platform": {
107
"php": "7.2"
11-
}
8+
},
9+
"sort-packages": true
1210
},
1311
"require": {
12+
"typo3/cms-about": "dev-master",
1413
"typo3/cms-backend": "dev-master",
14+
"typo3/cms-belog": "dev-master",
15+
"typo3/cms-beuser": "dev-master",
1516
"typo3/cms-core": "dev-master",
17+
"typo3/cms-dashboard": "dev-master",
1618
"typo3/cms-extbase": "dev-master",
1719
"typo3/cms-extensionmanager": "dev-master",
20+
"typo3/cms-felogin": "dev-master",
1821
"typo3/cms-filelist": "dev-master",
1922
"typo3/cms-fluid": "dev-master",
20-
"typo3/cms-frontend": "dev-master",
21-
"typo3/cms-install": "dev-master",
22-
"typo3/cms-recordlist": "dev-master",
23-
24-
"typo3/cms-about": "dev-master",
25-
"typo3/cms-belog": "dev-master",
26-
"typo3/cms-beuser": "dev-master",
27-
"typo3/cms-dashboard": "dev-master",
28-
"typo3/cms-felogin": "dev-master",
2923
"typo3/cms-fluid-styled-content": "dev-master",
3024
"typo3/cms-form": "dev-master",
25+
"typo3/cms-frontend": "dev-master",
3126
"typo3/cms-impexp": "dev-master",
3227
"typo3/cms-info": "dev-master",
28+
"typo3/cms-install": "dev-master",
29+
"typo3/cms-recordlist": "dev-master",
3330
"typo3/cms-rte-ckeditor": "dev-master",
34-
"typo3/cms-setup": "dev-master",
3531
"typo3/cms-seo": "dev-master",
32+
"typo3/cms-setup": "dev-master",
3633
"typo3/cms-sys-note": "dev-master",
3734
"typo3/cms-t3editor": "dev-master",
3835
"typo3/cms-tstemplate": "dev-master",

0 commit comments

Comments
 (0)