From efdada3c1717435e307b013bcb032ddcd08cbd2f Mon Sep 17 00:00:00 2001 From: Don Gilbert Date: Thu, 15 Aug 2013 21:58:11 -0500 Subject: [PATCH] Fix versions --- src/Joomla/Application/composer.json | 16 ++++++++-------- src/Joomla/Archive/composer.json | 2 +- src/Joomla/Cache/composer.json | 2 +- src/Joomla/Client/composer.json | 2 +- src/Joomla/Controller/composer.json | 10 +++++----- src/Joomla/Data/composer.json | 6 +++--- src/Joomla/Database/composer.json | 2 +- src/Joomla/Facebook/composer.json | 10 +++++----- src/Joomla/Filesystem/composer.json | 4 ++-- src/Joomla/Filter/composer.json | 4 ++-- src/Joomla/Form/composer.json | 14 +++++++------- src/Joomla/Github/composer.json | 8 ++++---- src/Joomla/Google/composer.json | 12 ++++++------ src/Joomla/Http/composer.json | 4 ++-- src/Joomla/Image/composer.json | 2 +- src/Joomla/Input/composer.json | 4 ++-- src/Joomla/Keychain/composer.json | 2 +- src/Joomla/Language/composer.json | 6 +++--- src/Joomla/Linkedin/composer.json | 8 ++++---- src/Joomla/Log/composer.json | 6 +++--- src/Joomla/Model/composer.json | 6 +++--- src/Joomla/Oauth1/composer.json | 8 ++++---- src/Joomla/Oauth2/composer.json | 10 +++++----- src/Joomla/Profiler/composer.json | 2 +- src/Joomla/Registry/composer.json | 6 +++--- src/Joomla/Router/composer.json | 6 +++--- src/Joomla/Session/composer.json | 2 +- src/Joomla/Utilities/composer.json | 2 +- src/Joomla/View/composer.json | 6 +++--- 29 files changed, 86 insertions(+), 86 deletions(-) diff --git a/src/Joomla/Application/composer.json b/src/Joomla/Application/composer.json index 805592b8a..a05d7c264 100644 --- a/src/Joomla/Application/composer.json +++ b/src/Joomla/Application/composer.json @@ -7,17 +7,17 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/input": "1.*", - "joomla/session": "1.*", - "joomla/string": "1.*", - "joomla/registry": "1.*", - "joomla/uri": "1.*", - "joomla/filesystem": "1.*", + "joomla/input": "1.0-beta2", + "joomla/session": "1.0-beta2", + "joomla/string": "1.0-beta2", + "joomla/registry": "1.0-beta2", + "joomla/uri": "1.0-beta2", + "joomla/filesystem": "1.0-beta2", "psr/log": "~1.0" }, "require-dev": { - "joomla/controller": "1.*", - "joomla/test": "1.*" + "joomla/controller": "1.0-beta2", + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Application", "autoload": { diff --git a/src/Joomla/Archive/composer.json b/src/Joomla/Archive/composer.json index b50dc96bf..86e1b290a 100644 --- a/src/Joomla/Archive/composer.json +++ b/src/Joomla/Archive/composer.json @@ -7,7 +7,7 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/filesystem": "1.*" + "joomla/filesystem": "1.0-beta2" }, "target-dir": "Joomla/Archive", "autoload": { diff --git a/src/Joomla/Cache/composer.json b/src/Joomla/Cache/composer.json index 677bf8f41..2a3f97fed 100644 --- a/src/Joomla/Cache/composer.json +++ b/src/Joomla/Cache/composer.json @@ -9,7 +9,7 @@ "php": ">=5.3.10" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "suggest": { "joomla/registry": "Registry can be used as an alternative to using an array for the caching options." diff --git a/src/Joomla/Client/composer.json b/src/Joomla/Client/composer.json index 57e6a1e8b..36962c870 100644 --- a/src/Joomla/Client/composer.json +++ b/src/Joomla/Client/composer.json @@ -7,7 +7,7 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/log": "1.*" + "joomla/log": "1.0-beta2" }, "target-dir": "Joomla/Client", "autoload": { diff --git a/src/Joomla/Controller/composer.json b/src/Joomla/Controller/composer.json index 129ab96fe..535b01cd4 100644 --- a/src/Joomla/Controller/composer.json +++ b/src/Joomla/Controller/composer.json @@ -9,13 +9,13 @@ "php": ">=5.3.10" }, "require-dev": { - "joomla/application": "1.*", - "joomla/input": "1.*", - "joomla/test": "1.*" + "joomla/application": "1.0-beta2", + "joomla/input": "1.0-beta2", + "joomla/test": "1.0-beta2" }, "suggest": { - "joomla/application": "1.*", - "joomla/input": "1.*" + "joomla/application": "1.0-beta2", + "joomla/input": "1.0-beta2" }, "target-dir": "Joomla/Controller", "autoload": { diff --git a/src/Joomla/Data/composer.json b/src/Joomla/Data/composer.json index 70cbb96fb..d43344e5f 100644 --- a/src/Joomla/Data/composer.json +++ b/src/Joomla/Data/composer.json @@ -7,11 +7,11 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/compat": "1.*", - "joomla/registry": "1.*" + "joomla/compat": "1.0-beta2", + "joomla/registry": "1.0-beta2" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Data", "autoload": { diff --git a/src/Joomla/Database/composer.json b/src/Joomla/Database/composer.json index 8904d5922..f93512107 100644 --- a/src/Joomla/Database/composer.json +++ b/src/Joomla/Database/composer.json @@ -10,7 +10,7 @@ "psr/log": "~1.0" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Database", "autoload": { diff --git a/src/Joomla/Facebook/composer.json b/src/Joomla/Facebook/composer.json index e57e35e14..da1b7673c 100644 --- a/src/Joomla/Facebook/composer.json +++ b/src/Joomla/Facebook/composer.json @@ -7,11 +7,11 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/oauth2": "1.*", - "joomla/input": "1.*", - "joomla/http": "1.*", - "joomla/registry": "1.*", - "joomla/uri": "1.*" + "joomla/oauth2": "1.0-beta2", + "joomla/input": "1.0-beta2", + "joomla/http": "1.0-beta2", + "joomla/registry": "1.0-beta2", + "joomla/uri": "1.0-beta2" }, "target-dir": "Joomla/Facebook", "autoload": { diff --git a/src/Joomla/Filesystem/composer.json b/src/Joomla/Filesystem/composer.json index 03f191233..fa88533ad 100644 --- a/src/Joomla/Filesystem/composer.json +++ b/src/Joomla/Filesystem/composer.json @@ -7,8 +7,8 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/log": "1.*", - "joomla/client": "1.*" + "joomla/log": "1.0-beta2", + "joomla/client": "1.0-beta2" }, "target-dir": "Joomla/Filesystem", "autoload": { diff --git a/src/Joomla/Filter/composer.json b/src/Joomla/Filter/composer.json index 9efbc9a8e..7a84006f3 100644 --- a/src/Joomla/Filter/composer.json +++ b/src/Joomla/Filter/composer.json @@ -7,10 +7,10 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/string": "1.*" + "joomla/string": "1.0-beta2" }, "require-dev": { - "joomla/language": "1.*" + "joomla/language": "1.0-beta2" }, "suggest": { "joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`." diff --git a/src/Joomla/Form/composer.json b/src/Joomla/Form/composer.json index b1c1c5e62..0441d3754 100644 --- a/src/Joomla/Form/composer.json +++ b/src/Joomla/Form/composer.json @@ -7,13 +7,13 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/language": "1.*", - "joomla/string": "1.*", - "joomla/uri": "1.*", - "joomla/filter": "1.*", - "joomla/filesystem": "1.*", - "joomla/registry": "1.*", - "joomla/utilities": "1.*" + "joomla/language": "1.0-beta2", + "joomla/string": "1.0-beta2", + "joomla/uri": "1.0-beta2", + "joomla/filter": "1.0-beta2", + "joomla/filesystem": "1.0-beta2", + "joomla/registry": "1.0-beta2", + "joomla/utilities": "1.0-beta2" }, "target-dir": "Joomla/Form", "autoload": { diff --git a/src/Joomla/Github/composer.json b/src/Joomla/Github/composer.json index d09664b45..f6c4fd7c5 100644 --- a/src/Joomla/Github/composer.json +++ b/src/Joomla/Github/composer.json @@ -7,10 +7,10 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/date": "1.*", - "joomla/http": "1.*", - "joomla/registry": "1.*", - "joomla/uri": "1.*" + "joomla/date": "1.0-beta2", + "joomla/http": "1.0-beta2", + "joomla/registry": "1.0-beta2", + "joomla/uri": "1.0-beta2" }, "target-dir": "Joomla/Github", "autoload": { diff --git a/src/Joomla/Google/composer.json b/src/Joomla/Google/composer.json index 73a3f749d..415f64f18 100644 --- a/src/Joomla/Google/composer.json +++ b/src/Joomla/Google/composer.json @@ -7,14 +7,14 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/registry": "1.*", - "joomla/uri": "1.*", - "joomla/oauth2": "1.*", - "joomla/filesystem": "1.*" + "joomla/registry": "1.0-beta2", + "joomla/uri": "1.0-beta2", + "joomla/oauth2": "1.0-beta2", + "joomla/filesystem": "1.0-beta2" }, "require-dev": { - "joomla/input": "1.*", - "joomla/test": "1.*" + "joomla/input": "1.0-beta2", + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Google", "autoload": { diff --git a/src/Joomla/Http/composer.json b/src/Joomla/Http/composer.json index 9cf80fde5..e2b0f1402 100644 --- a/src/Joomla/Http/composer.json +++ b/src/Joomla/Http/composer.json @@ -7,8 +7,8 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/registry": "1.*", - "joomla/uri": "1.*" + "joomla/registry": "1.0-beta2", + "joomla/uri": "1.0-beta2" }, "target-dir": "Joomla/Http", "autoload": { diff --git a/src/Joomla/Image/composer.json b/src/Joomla/Image/composer.json index 3e5f0f900..4f158e9a4 100644 --- a/src/Joomla/Image/composer.json +++ b/src/Joomla/Image/composer.json @@ -11,7 +11,7 @@ "psr/log": "~1.0" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Image", "autoload": { diff --git a/src/Joomla/Input/composer.json b/src/Joomla/Input/composer.json index ab262a180..f3d090f81 100644 --- a/src/Joomla/Input/composer.json +++ b/src/Joomla/Input/composer.json @@ -7,10 +7,10 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/filter": "1.*" + "joomla/filter": "1.0-beta2" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Input", "autoload": { diff --git a/src/Joomla/Keychain/composer.json b/src/Joomla/Keychain/composer.json index 62906580c..db90b8081 100644 --- a/src/Joomla/Keychain/composer.json +++ b/src/Joomla/Keychain/composer.json @@ -7,7 +7,7 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/registry": "1.*" + "joomla/registry": "1.0-beta2" }, "target-dir": "Joomla/Keychain", "autoload": { diff --git a/src/Joomla/Language/composer.json b/src/Joomla/Language/composer.json index aadaea07b..4e71d0166 100644 --- a/src/Joomla/Language/composer.json +++ b/src/Joomla/Language/composer.json @@ -7,11 +7,11 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/string": "1.*" + "joomla/string": "1.0-beta2" }, "require-dev": { - "joomla/filesystem": "1.*", - "joomla/test": "1.*" + "joomla/filesystem": "1.0-beta2", + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Language", "autoload": { diff --git a/src/Joomla/Linkedin/composer.json b/src/Joomla/Linkedin/composer.json index 3d026f775..cf5a125c5 100644 --- a/src/Joomla/Linkedin/composer.json +++ b/src/Joomla/Linkedin/composer.json @@ -7,10 +7,10 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/oauth1": "1.*", - "joomla/input": "1.*", - "joomla/http": "1.*", - "joomla/registry": "1.*" + "joomla/oauth1": "1.0-beta2", + "joomla/input": "1.0-beta2", + "joomla/http": "1.0-beta2", + "joomla/registry": "1.0-beta2" }, "target-dir": "Joomla/Linkedin", "autoload": { diff --git a/src/Joomla/Log/composer.json b/src/Joomla/Log/composer.json index cf7909f90..5da431218 100644 --- a/src/Joomla/Log/composer.json +++ b/src/Joomla/Log/composer.json @@ -7,11 +7,11 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/date": "1.*", - "joomla/filesystem": "1.*" + "joomla/date": "1.0-beta2", + "joomla/filesystem": "1.0-beta2" }, "require-dev": { - "joomla/database": "1.*" + "joomla/database": "1.0-beta2" }, "target-dir": "Joomla/Log", "autoload": { diff --git a/src/Joomla/Model/composer.json b/src/Joomla/Model/composer.json index 98b2f25be..6549e6e17 100644 --- a/src/Joomla/Model/composer.json +++ b/src/Joomla/Model/composer.json @@ -7,11 +7,11 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/registry": "1.*", - "joomla/database": "1.*" + "joomla/registry": "1.0-beta2", + "joomla/database": "1.0-beta2" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Model", "autoload": { diff --git a/src/Joomla/Oauth1/composer.json b/src/Joomla/Oauth1/composer.json index 9bc851f55..2fd3725bf 100644 --- a/src/Joomla/Oauth1/composer.json +++ b/src/Joomla/Oauth1/composer.json @@ -7,10 +7,10 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/application": "1.*", - "joomla/http": "1.*", - "joomla/input": "1.*", - "joomla/registry": "1.*" + "joomla/application": "1.0-beta2", + "joomla/http": "1.0-beta2", + "joomla/input": "1.0-beta2", + "joomla/registry": "1.0-beta2" }, "target-dir": "Joomla/OAuth1", "autoload": { diff --git a/src/Joomla/Oauth2/composer.json b/src/Joomla/Oauth2/composer.json index fc387e4cf..4c2281a5f 100644 --- a/src/Joomla/Oauth2/composer.json +++ b/src/Joomla/Oauth2/composer.json @@ -7,13 +7,13 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/application": "1.*", - "joomla/http": "1.*", - "joomla/input": "1.*", - "joomla/registry": "1.*" + "joomla/application": "1.0-beta2", + "joomla/http": "1.0-beta2", + "joomla/input": "1.0-beta2", + "joomla/registry": "1.0-beta2" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/OAuth2", "autoload": { diff --git a/src/Joomla/Profiler/composer.json b/src/Joomla/Profiler/composer.json index 19b791acd..79d44f1d5 100644 --- a/src/Joomla/Profiler/composer.json +++ b/src/Joomla/Profiler/composer.json @@ -9,7 +9,7 @@ "php": ">=5.3.10" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Profiler", "autoload": { diff --git a/src/Joomla/Registry/composer.json b/src/Joomla/Registry/composer.json index caf77b361..9c353c394 100644 --- a/src/Joomla/Registry/composer.json +++ b/src/Joomla/Registry/composer.json @@ -7,12 +7,12 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/compat": "1.*", - "joomla/utilities": "1.*" + "joomla/compat": "1.0-beta2", + "joomla/utilities": "1.0-beta2" }, "require-dev": { "symfony/yaml": "~2.0", - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "suggest": { "symfony/yaml": "Install 2.* if you require YAML support." diff --git a/src/Joomla/Router/composer.json b/src/Joomla/Router/composer.json index 65b3f7512..51f51dcd9 100644 --- a/src/Joomla/Router/composer.json +++ b/src/Joomla/Router/composer.json @@ -7,11 +7,11 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/controller": "1.*", - "joomla/input": "1.*" + "joomla/controller": "1.0-beta2", + "joomla/input": "1.0-beta2" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/Router", "autoload": { diff --git a/src/Joomla/Session/composer.json b/src/Joomla/Session/composer.json index e0877f0c6..377a62c2b 100644 --- a/src/Joomla/Session/composer.json +++ b/src/Joomla/Session/composer.json @@ -7,7 +7,7 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/filter": "1.*" + "joomla/filter": "1.0-beta2" }, "target-dir": "Joomla/Session", "autoload": { diff --git a/src/Joomla/Utilities/composer.json b/src/Joomla/Utilities/composer.json index d85ce25d8..1f5770141 100644 --- a/src/Joomla/Utilities/composer.json +++ b/src/Joomla/Utilities/composer.json @@ -7,7 +7,7 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/string": "1.*" + "joomla/string": "1.0-beta2" }, "target-dir": "Joomla/Utilities", "autoload": { diff --git a/src/Joomla/View/composer.json b/src/Joomla/View/composer.json index e536c054c..325b4b29b 100644 --- a/src/Joomla/View/composer.json +++ b/src/Joomla/View/composer.json @@ -7,11 +7,11 @@ "license": "GPL-2.0+", "require": { "php": ">=5.3.10", - "joomla/filesystem": "1.*", - "joomla/model": "1.*" + "joomla/filesystem": "1.0-beta2", + "joomla/model": "1.0-beta2" }, "require-dev": { - "joomla/test": "1.*" + "joomla/test": "1.0-beta2" }, "target-dir": "Joomla/View", "autoload": {