Skip to content

Commit e4e5b5a

Browse files
committed
added support to the new namespace introduced in RedBeanPHP v4
1 parent ac367b0 commit e4e5b5a

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Note that in order to make the *.htaccess* effective, your main apache config fi
8282

8383
#### Demo
8484

85-
* Site: [http://redslim.gopagoda.com/](http://redslim.gopagoda.com/)
85+
* Site: [http://redslim.ga/](http://redslim.ga/)
8686

8787
#### Macros
8888

@@ -110,6 +110,5 @@ The RedSlim framework is open-sourced software licensed under the [MIT license](
110110

111111
----------
112112

113-
[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/0b6eb25e8a80d2b92efb67525823d25c "githalytics.com")](http://githalytics.com/vanting/RedSlim)
114-
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/vanting/RedSlim/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
113+
115114

app/dbloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| the connection.
1010
|
1111
*/
12-
class R extends RedBean_Facade {
12+
class R extends RedBeanPHP\Facade {
1313

1414
static function loadConfig($config) {
1515

app/models/Model_Base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
*
1313
*/
1414

15-
class Model_Base extends RedBean_SimpleModel {
15+
class Model_Base extends RedBeanPHP\SimpleModel {
1616

1717
protected $beanType;
1818

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=5.3.2",
15+
"php": ">=5.3.4",
1616
"slim/slim": "2.4.*",
1717
"slim/extras": "2.0.*",
1818
"slim/views":"0.1.*",
1919
"twig/twig": "1.*",
2020
"twig/extensions": "*",
21-
"gabordemooij/redbean": "3.*",
21+
"gabordemooij/redbean": "dev-master",
2222
"raveren/kint": "dev-master"
2323
},
2424
"config": {

0 commit comments

Comments
 (0)