Skip to content

Commit

Permalink
Merge branch 'release/1.0.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
btassone committed Feb 26, 2019
2 parents 4c3933e + 96fc652 commit 5147b4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ TODO

CHANGELOG
=========
* 1.0.10
* Moved wordpress dependency to dev
* 1.0.9
* Dropped dotenv version from 3.2.x to 2.5
* 1.0.8
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "objectivco/booster-seat",
"description": "Classes for the faster creation of wordpress plugins",
"keywords": ["template", "composer", "package"],
"version": "1.0.9",
"version": "1.0.10",
"license": "GPL-3.0-only",
"authors": [
{
Expand All @@ -12,9 +12,7 @@
],
"type": "library",
"require": {
"php": ">=5.6",
"vlucas/phpdotenv": "^2.5",
"wordpress/wordpress": "5.1"
"php": ">=5.6"
},
"repositories": [
{
Expand All @@ -38,6 +36,8 @@
}
},
"require-dev": {
"wordpress/wordpress": "5.1",
"vlucas/phpdotenv": "^2.5",
"wp-phpunit/wp-phpunit": "^5.1",
"phpunit/phpunit": "^6.1"
}
Expand Down

0 comments on commit 5147b4e

Please sign in to comment.