Skip to content

Commit

Permalink
added support to the new namespace introduced in RedBeanPHP v4
Browse files Browse the repository at this point in the history
  • Loading branch information
vanting committed Sep 9, 2015
1 parent ac367b0 commit e4e5b5a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Note that in order to make the *.htaccess* effective, your main apache config fi

#### Demo

* Site: [http://redslim.gopagoda.com/](http://redslim.gopagoda.com/)
* Site: [http://redslim.ga/](http://redslim.ga/)

#### Macros

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

----------

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


2 changes: 1 addition & 1 deletion app/dbloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| the connection.
|
*/
class R extends RedBean_Facade {
class R extends RedBeanPHP\Facade {

static function loadConfig($config) {

Expand Down
2 changes: 1 addition & 1 deletion app/models/Model_Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*
*/

class Model_Base extends RedBean_SimpleModel {
class Model_Base extends RedBeanPHP\SimpleModel {

protected $beanType;

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}
],
"require": {
"php": ">=5.3.2",
"php": ">=5.3.4",
"slim/slim": "2.4.*",
"slim/extras": "2.0.*",
"slim/views":"0.1.*",
"twig/twig": "1.*",
"twig/extensions": "*",
"gabordemooij/redbean": "3.*",
"gabordemooij/redbean": "dev-master",
"raveren/kint": "dev-master"
},
"config": {
Expand Down

0 comments on commit e4e5b5a

Please sign in to comment.