From efc3ece8005a683654d70585f798617339557cf2 Mon Sep 17 00:00:00 2001 From: Dan Burzynski Date: Thu, 4 Jan 2018 15:31:29 +0000 Subject: [PATCH 1/2] Composer tweaks --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 3b3452a..01fc111 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,10 @@ { "name": "c0ntax/parsley-bundle", "version": "0.1.0", + "type": "symfony-bundle", "description": "A bridge between Symfony and Parsley.js", "license": "Apache-2.0", + "homepage": "https://github.com/c0ntax/parsley-bundle", "authors": [ { "name": "Dan Burzynski", From 9ccf2a1fc10c203b0ab094c7ad49fcf1b912401d Mon Sep 17 00:00:00 2001 From: Dan Burzynski Date: Thu, 4 Jan 2018 15:32:05 +0000 Subject: [PATCH 2/2] Minor fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 01fc111..e748abf 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "c0ntax/parsley-bundle", - "version": "0.1.0", + "version": "0.1.1", "type": "symfony-bundle", "description": "A bridge between Symfony and Parsley.js", "license": "Apache-2.0",