Skip to content

Commit e171e67

Browse files
committed
chore: Release v12.0.0
Signed-off-by: Bruno Gaspar <[email protected]>
1 parent c7f3947 commit e171e67

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### v12.0.0 - TBA
3+
### v12.0.0 - 2020-03-03
44

55
`REVISED`
66

composer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,5 @@
5757
"cs:check": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --diff --dry-run --config .php_cs.php",
5858
"cs:fix": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --config .php_cs.php",
5959
"test": "./vendor/bin/phpunit --verbose --colors=always"
60-
},
61-
"minimum-stability": "dev",
62-
"prefer-stable": true
60+
}
6361
}

0 commit comments

Comments
 (0)