Skip to content

Commit

Permalink
chore: Release v12.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Gaspar <brunofgaspar1@gmail.com>
  • Loading branch information
brunogaspar committed Mar 3, 2020
1 parent c7f3947 commit e171e67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

### v12.0.0 - TBA
### v12.0.0 - 2020-03-03

`REVISED`

Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,5 @@
"cs:check": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --diff --dry-run --config .php_cs.php",
"cs:fix": "./vendor/bin/php-cs-fixer fix --verbose --ansi --show-progress=estimating --config .php_cs.php",
"test": "./vendor/bin/phpunit --verbose --colors=always"
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit e171e67

Please sign in to comment.