Skip to content

Commit 72d1724

Browse files
committed
Merge branch 'illuminate-5'
Conflicts: composer.lock tests/unit/config/ConfigDeployTest.php
2 parents 8646610 + 30e3af6 commit 72d1724

27 files changed

+759
-934
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ endif
3030
@echo "Finished"
3131

3232
test:
33-
./vendor/bin/phpunit --configuration ./tests/phpunit.xml
33+
./vendor/bin/phpunit --configuration ./tests/phpunit.xml --testsuite unit
3434
# DB_DRIVER=mysql ./vendor/bin/phpunit --configuration ./tests/phpunit.xml
3535
# DB_DRIVER=postgres ./vendor/bin/phpunit --configuration ./tests/phpunit.xml
3636
# DB_DRIVER=sqlite ./vendor/bin/phpunit --configuration ./tests/phpunit.xml

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@ hook is a RESTful, extendable Backend as a Service that provides instant backend
1111
to develop sites and apps faster, with dead-simple integration for iOS, Android,
1212
JavaScript and more.
1313

14-
It follows the same principles from [nobackend](http://nobackend.org/), [hoodie.js](https://github.com/hoodiehq/hoodie.js) and [Parse](http://parse.com)
15-
16-
**Requirements**: PHP 5.4+, or [PHP
14+
**Requirements**: PHP 5.5+, or [PHP
1715
5.3](http://doubleleft.github.io/hook-userguide/More/Deployment/#deploying-on-php-53).
1816

1917
- [Features](#features)
2018
- [Installation](#installation)
2119
- [How to use](#how-to-use)
2220
- [Documentation](http://doubleleft.github.io/hook-userguide/)
23-
- [Front-end integration](#front-end-integration)
21+
- [Examples](https://github.com/doubleleft/hook-examples)
2422

2523
Features
2624
---

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
"composer/composer": "1.0.0-alpha10",
1818
"endel/Slim": "dev-master",
1919
"doctrine/dbal" : "2.*",
20-
"illuminate/database": "4.1.*",
21-
"illuminate/config": "4.1.*",
22-
"illuminate/cache": "4.1.*",
23-
"illuminate/encryption": "4.1.*",
20+
"illuminate/database": "5.1.*",
21+
"illuminate/config": "5.1.*",
22+
"illuminate/cache": "5.1.*",
23+
"illuminate/encryption": "5.1.*",
24+
"illuminate/events": "5.1.*",
2425
"patchwork/utf8": "~1.2",
2526
"swiftmailer/swiftmailer": "5.0.*",
2627
"zordius/lightncandy": "~0.19",
@@ -29,7 +30,7 @@
2930
"react/socket": "0.4.*"
3031
},
3132
"require-dev": {
32-
"jenssegers/mongodb": "1.3.*",
33+
"jenssegers/mongodb": "2.1.*",
3334
"mockery/mockery": "0.8.0",
3435
"phpunit/phpunit": "3.7.*",
3536
"aws/aws-sdk-php": "2.7.*",

0 commit comments

Comments
 (0)