Skip to content

Commit 4f0c6ff

Browse files
committed
update package versions
1 parent ffb2eb4 commit 4f0c6ff

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ If you simply want to show that you like this project, or want to remember it fo
1212

1313
Copyright (c) 2017, free to use in personal and commercial software as per the [license](licenses/UserFrosting.md).
1414

15-
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, and [Eloquent](https://laravel.com/docs/5.2/eloquent#introduction) ORM.
15+
UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, and [Eloquent](https://laravel.com/docs/5.4/eloquent#introduction) ORM.
1616

1717
## Features
1818

@@ -56,7 +56,7 @@ UserFrosting seeks to balance modern programming principles, like DRY and MVC, w
5656

5757
## Running tests
5858

59-
From the `app/` directory, run `vendor/bin/phpunit`. Any tests included in `sprinkles/*/tests` will also be run.
59+
Run `php bakery test` from the root project directory. Any tests included in `sprinkles/*/tests` will be run.
6060

6161
## About the Developers
6262

app/sprinkles/core/composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"require": {
1616
"doctrine/dbal": "^2.5",
1717
"filp/whoops": "^2.1",
18-
"illuminate/cache": "^5.3",
19-
"illuminate/database": "^5.3",
20-
"illuminate/events": "^5.3",
21-
"illuminate/filesystem": "^5.3",
18+
"illuminate/cache": "^5.4",
19+
"illuminate/database": "^5.4",
20+
"illuminate/events": "^5.4",
21+
"illuminate/filesystem": "^5.4",
2222
"league/csv": "^8.1",
2323
"monolog/monolog": "^1",
2424
"phpmailer/phpmailer": "5.2.10",
@@ -30,14 +30,13 @@
3030
"twig/twig": "^1.18",
3131
"userfrosting/assets": "~4.1.0",
3232
"userfrosting/config": "~4.1.0",
33-
"userfrosting/cache": "dev-dev",
33+
"userfrosting/cache": "~4.1.0",
3434
"userfrosting/fortress": "~4.1.0",
3535
"userfrosting/i18n": "~4.1.0",
3636
"userfrosting/session": "~4.1.0",
3737
"userfrosting/support": "~4.1.0",
3838
"vlucas/phpdotenv": "^2"
3939
},
40-
"minimum-stability": "dev",
4140
"autoload": {
4241
"psr-4": {
4342
"UserFrosting\\Sprinkle\\Core\\": "src/"

0 commit comments

Comments
 (0)