From 4dc3ca157cf58176e2a759073826476881c7c205 Mon Sep 17 00:00:00 2001 From: George Mihailov Date: Mon, 10 Sep 2012 13:32:16 +0300 Subject: [PATCH] Fix syntax for compatibility with packagist.org The package name RuianTwitterBootstrap is invalid, it should have a vendor name, a forward slash, and a package name. The vendor and package name can be words separated by -, . or _. The complete name should match "[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9]([_.-]?[a-z0-9]+)*". --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 6d51b49..c98ceb4 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "RuianTwitterBootstrap", + "name": "Ruian/TwitterBootstrap", "version": "1.0.0", "authors": [ {