From f7b7d3d4370010db8232e7c59474db559c630c76 Mon Sep 17 00:00:00 2001 From: Richard Seymour Date: Sat, 10 Jan 2015 19:06:13 +0000 Subject: [PATCH] rename package for compatibility with packagist --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5a7aebb..7cdc984 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "BespokeSupport/CreatedUpdatedDeletedBundle", + "name": "bespoke-support/created-updated-deleted-bundle", "type": "symfony-bundle", "description": "Symfony Bundle to add Created Updated and Deleted columns to entities", "license": "MIT",