Skip to content

Commit

Permalink
update package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweissman committed Jun 18, 2017
1 parent ffb2eb4 commit 4f0c6ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ If you simply want to show that you like this project, or want to remember it fo

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

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.
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.

## Features

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

## Running tests

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

## About the Developers

Expand Down
11 changes: 5 additions & 6 deletions app/sprinkles/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"require": {
"doctrine/dbal": "^2.5",
"filp/whoops": "^2.1",
"illuminate/cache": "^5.3",
"illuminate/database": "^5.3",
"illuminate/events": "^5.3",
"illuminate/filesystem": "^5.3",
"illuminate/cache": "^5.4",
"illuminate/database": "^5.4",
"illuminate/events": "^5.4",
"illuminate/filesystem": "^5.4",
"league/csv": "^8.1",
"monolog/monolog": "^1",
"phpmailer/phpmailer": "5.2.10",
Expand All @@ -30,14 +30,13 @@
"twig/twig": "^1.18",
"userfrosting/assets": "~4.1.0",
"userfrosting/config": "~4.1.0",
"userfrosting/cache": "dev-dev",
"userfrosting/cache": "~4.1.0",
"userfrosting/fortress": "~4.1.0",
"userfrosting/i18n": "~4.1.0",
"userfrosting/session": "~4.1.0",
"userfrosting/support": "~4.1.0",
"vlucas/phpdotenv": "^2"
},
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"UserFrosting\\Sprinkle\\Core\\": "src/"
Expand Down

0 comments on commit 4f0c6ff

Please sign in to comment.