Skip to content

Commit

Permalink
Update version to 0.5.0 on composer.json.
Browse files Browse the repository at this point in the history
And package.ini (although it need more tweeks).

On composer.json I removed the version declaration, since it is taken
from Git Tags (by Packagist) and added keywords to ease the search.

PS: I have a (big and bad) feeling this will break Travis because of
Respect/Foundation.
  • Loading branch information
Augusto Pascutti committed Dec 10, 2013
1 parent c9bae83 commit 0bcf6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"name": "Respect\/Validation",
"name": "Respect/Validation",
"description": "The most awesome validation engine ever created for PHP",
"version": "0.4.4",
"keywords": ["respect", "validation", "validator"],
"type": "library",
"time": "2012-11-25 21:20:18",
"homepage": "",
"homepage": "http://respect.li",
"license": "BSD Style",
"authors": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "Validation"
summary = "The most awesome validation engine ever created for PHP"
desc = "The most awesome validation engine ever created for PHP"
version = "0.4.4"
version = "0.5.0"
stability = "alpha"
channel = "respect.li/pear"
homepage = ""
Expand Down

0 comments on commit 0bcf6ef

Please sign in to comment.