Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

Commit

Permalink
Fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dongilbert committed Aug 16, 2013
1 parent 02bfb3b commit efdada3
Show file tree
Hide file tree
Showing 29 changed files with 86 additions and 86 deletions.
16 changes: 8 additions & 8 deletions src/Joomla/Application/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Joomla/Archive/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Joomla/Cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
2 changes: 1 addition & 1 deletion src/Joomla/Client/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions src/Joomla/Controller/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions src/Joomla/Data/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Joomla/Database/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"psr/log": "~1.0"
},
"require-dev": {
"joomla/test": "1.*"
"joomla/test": "1.0-beta2"
},
"target-dir": "Joomla/Database",
"autoload": {
Expand Down
10 changes: 5 additions & 5 deletions src/Joomla/Facebook/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/Joomla/Filesystem/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/Joomla/Filter/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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`."
Expand Down
14 changes: 7 additions & 7 deletions src/Joomla/Form/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions src/Joomla/Github/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
12 changes: 6 additions & 6 deletions src/Joomla/Google/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/Joomla/Http/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Joomla/Image/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"psr/log": "~1.0"
},
"require-dev": {
"joomla/test": "1.*"
"joomla/test": "1.0-beta2"
},
"target-dir": "Joomla/Image",
"autoload": {
Expand Down
4 changes: 2 additions & 2 deletions src/Joomla/Input/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Joomla/Keychain/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions src/Joomla/Language/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions src/Joomla/Linkedin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions src/Joomla/Log/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
6 changes: 3 additions & 3 deletions src/Joomla/Model/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
8 changes: 4 additions & 4 deletions src/Joomla/Oauth1/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions src/Joomla/Oauth2/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Joomla/Profiler/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"php": ">=5.3.10"
},
"require-dev": {
"joomla/test": "1.*"
"joomla/test": "1.0-beta2"
},
"target-dir": "Joomla/Profiler",
"autoload": {
Expand Down
6 changes: 3 additions & 3 deletions src/Joomla/Registry/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
6 changes: 3 additions & 3 deletions src/Joomla/Router/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Joomla/Session/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/Joomla/Utilities/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit efdada3

Please sign in to comment.