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

Commit efdada3

Browse files
committed
Fix versions
1 parent 02bfb3b commit efdada3

29 files changed

Lines changed: 86 additions & 86 deletions

File tree

src/Joomla/Application/composer.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
"license": "GPL-2.0+",
88
"require": {
99
"php": ">=5.3.10",
10-
"joomla/input": "1.*",
11-
"joomla/session": "1.*",
12-
"joomla/string": "1.*",
13-
"joomla/registry": "1.*",
14-
"joomla/uri": "1.*",
15-
"joomla/filesystem": "1.*",
10+
"joomla/input": "1.0-beta2",
11+
"joomla/session": "1.0-beta2",
12+
"joomla/string": "1.0-beta2",
13+
"joomla/registry": "1.0-beta2",
14+
"joomla/uri": "1.0-beta2",
15+
"joomla/filesystem": "1.0-beta2",
1616
"psr/log": "~1.0"
1717
},
1818
"require-dev": {
19-
"joomla/controller": "1.*",
20-
"joomla/test": "1.*"
19+
"joomla/controller": "1.0-beta2",
20+
"joomla/test": "1.0-beta2"
2121
},
2222
"target-dir": "Joomla/Application",
2323
"autoload": {

src/Joomla/Archive/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "GPL-2.0+",
88
"require": {
99
"php": ">=5.3.10",
10-
"joomla/filesystem": "1.*"
10+
"joomla/filesystem": "1.0-beta2"
1111
},
1212
"target-dir": "Joomla/Archive",
1313
"autoload": {

src/Joomla/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"php": ">=5.3.10"
1010
},
1111
"require-dev": {
12-
"joomla/test": "1.*"
12+
"joomla/test": "1.0-beta2"
1313
},
1414
"suggest": {
1515
"joomla/registry": "Registry can be used as an alternative to using an array for the caching options."

src/Joomla/Client/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"license": "GPL-2.0+",
88
"require": {
99
"php": ">=5.3.10",
10-
"joomla/log": "1.*"
10+
"joomla/log": "1.0-beta2"
1111
},
1212
"target-dir": "Joomla/Client",
1313
"autoload": {

src/Joomla/Controller/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"php": ">=5.3.10"
1010
},
1111
"require-dev": {
12-
"joomla/application": "1.*",
13-
"joomla/input": "1.*",
14-
"joomla/test": "1.*"
12+
"joomla/application": "1.0-beta2",
13+
"joomla/input": "1.0-beta2",
14+
"joomla/test": "1.0-beta2"
1515
},
1616
"suggest": {
17-
"joomla/application": "1.*",
18-
"joomla/input": "1.*"
17+
"joomla/application": "1.0-beta2",
18+
"joomla/input": "1.0-beta2"
1919
},
2020
"target-dir": "Joomla/Controller",
2121
"autoload": {

src/Joomla/Data/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"license": "GPL-2.0+",
88
"require": {
99
"php": ">=5.3.10",
10-
"joomla/compat": "1.*",
11-
"joomla/registry": "1.*"
10+
"joomla/compat": "1.0-beta2",
11+
"joomla/registry": "1.0-beta2"
1212
},
1313
"require-dev": {
14-
"joomla/test": "1.*"
14+
"joomla/test": "1.0-beta2"
1515
},
1616
"target-dir": "Joomla/Data",
1717
"autoload": {

src/Joomla/Database/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"psr/log": "~1.0"
1111
},
1212
"require-dev": {
13-
"joomla/test": "1.*"
13+
"joomla/test": "1.0-beta2"
1414
},
1515
"target-dir": "Joomla/Database",
1616
"autoload": {

src/Joomla/Facebook/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"license": "GPL-2.0+",
88
"require": {
99
"php": ">=5.3.10",
10-
"joomla/oauth2": "1.*",
11-
"joomla/input": "1.*",
12-
"joomla/http": "1.*",
13-
"joomla/registry": "1.*",
14-
"joomla/uri": "1.*"
10+
"joomla/oauth2": "1.0-beta2",
11+
"joomla/input": "1.0-beta2",
12+
"joomla/http": "1.0-beta2",
13+
"joomla/registry": "1.0-beta2",
14+
"joomla/uri": "1.0-beta2"
1515
},
1616
"target-dir": "Joomla/Facebook",
1717
"autoload": {

src/Joomla/Filesystem/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"license": "GPL-2.0+",
88
"require": {
99
"php": ">=5.3.10",
10-
"joomla/log": "1.*",
11-
"joomla/client": "1.*"
10+
"joomla/log": "1.0-beta2",
11+
"joomla/client": "1.0-beta2"
1212
},
1313
"target-dir": "Joomla/Filesystem",
1414
"autoload": {

src/Joomla/Filter/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"license": "GPL-2.0+",
88
"require": {
99
"php": ">=5.3.10",
10-
"joomla/string": "1.*"
10+
"joomla/string": "1.0-beta2"
1111
},
1212
"require-dev": {
13-
"joomla/language": "1.*"
13+
"joomla/language": "1.0-beta2"
1414
},
1515
"suggest": {
1616
"joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`."

0 commit comments

Comments
 (0)