Update version to 0.5.0 on composer.json.

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.
This commit is contained in:
Augusto Pascutti 2013-12-10 00:38:50 -02:00
parent c9bae83c0f
commit 0bcf6efa1b
2 changed files with 4 additions and 5 deletions

View file

@ -1,10 +1,9 @@
{ {
"name": "Respect\/Validation", "name": "Respect/Validation",
"description": "The most awesome validation engine ever created for PHP", "description": "The most awesome validation engine ever created for PHP",
"version": "0.4.4", "keywords": ["respect", "validation", "validator"],
"type": "library", "type": "library",
"time": "2012-11-25 21:20:18", "homepage": "http://respect.li",
"homepage": "",
"license": "BSD Style", "license": "BSD Style",
"authors": [ "authors": [
{ {

View file

@ -2,7 +2,7 @@
name = "Validation" name = "Validation"
summary = "The most awesome validation engine ever created for PHP" summary = "The most awesome validation engine ever created for PHP"
desc = "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" stability = "alpha"
channel = "respect.li/pear" channel = "respect.li/pear"
homepage = "" homepage = ""