Skip to content

Commit 7b9a4dc

Browse files
committed
Install Liip RMT
1 parent a02c7d0 commit 7b9a4dc

File tree

3 files changed

+480
-7
lines changed

3 files changed

+480
-7
lines changed

.rmt.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
vcs: git
2+
3+
prerequisites:
4+
- working-copy-check
5+
- display-last-changes
6+
7+
version-generator: semantic
8+
9+
version-persister:
10+
vcs-tag:
11+
tag-prefix: 'v'
12+
13+
post-release-actions:
14+
vcs-publish:
15+
ask-confirmation: true

composer.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,21 @@
99
"email": "info@leviy.com"
1010
}
1111
],
12-
"autoload": {
13-
"psr-4": {
14-
"": "src"
15-
}
16-
},
1712
"require": {
1813
"php": "^7.1",
1914
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2015
"escapestudios/symfony2-coding-standard": "^3.0",
2116
"slevomat/coding-standard": "^4.3",
2217
"squizlabs/php_codesniffer": "^3.0"
2318
},
19+
"require-dev": {
20+
"liip/rmt": "^1.3"
21+
},
22+
"autoload": {
23+
"psr-4": {
24+
"": "src"
25+
}
26+
},
2427
"minimum-stability": "stable",
2528
"config": {
2629
"sort-packages": true

0 commit comments

Comments
 (0)