Skip to content

Commit

Permalink
Update dependencies & README
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 23, 2024
1 parent 0feeb80 commit a6dd316
Show file tree
Hide file tree
Showing 5 changed files with 732 additions and 769 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Update to Laravel 10
- Update to PHPUnit 10
- Test against MariaDB [#1238](https://github.com/userfrosting/UserFrosting/issues/1238)
- Update FontAwesome 6 references

## [5.0.2](https://github.com/userfrosting/sprinkle-admin/compare/5.0.1...5.0.2)
- Fix editing a role permissions erase all permissions - Fix [#1240](https://github.com/userfrosting/UserFrosting/issues/1240)
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# UserFrosting 5.0 Admin Sprinkle
# UserFrosting 5.1 Admin Sprinkle

[![Version](https://img.shields.io/github/v/release/userfrosting/sprinkle-admin?include_prereleases)](https://github.com/userfrosting/sprinkle-admin/releases)
![PHP Version](https://img.shields.io/badge/php-%5E8.0-brightgreen)
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/sprinkle-admin/Build.yml?branch=5.0&logo=github)](https://github.com/userfrosting/sprinkle-admin/actions)
[![Codecov](https://codecov.io/gh/userfrosting/sprinkle-admin/branch/5.0/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/sprinkle-admin/branch/5.0)
[![StyleCI](https://github.styleci.io/repos/487673317/shield?branch=5.0&style=flat)](https://github.styleci.io/repos/487673317)
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/sprinkle-admin/PHPStan.yml?branch=5.0&label=PHPStan)](https://github.com/userfrosting/sprinkle-admin/actions/workflows/PHPStan.yml)
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/sprinkle-admin/Build.yml?branch=5.1&logo=github)](https://github.com/userfrosting/sprinkle-admin/actions)
[![Codecov](https://codecov.io/gh/userfrosting/sprinkle-admin/branch/5.1/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/sprinkle-admin/branch/5.1)
[![StyleCI](https://github.styleci.io/repos/487673317/shield?branch=5.1&style=flat)](https://github.styleci.io/repos/487673317)
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/sprinkle-admin/PHPStan.yml?branch=5.1&label=PHPStan)](https://github.com/userfrosting/sprinkle-admin/actions/workflows/PHPStan.yml)
[![Join the chat](https://img.shields.io/badge/Chat-UserFrosting-brightgreen?logo=Rocket.Chat)](https://chat.userfrosting.com)
[![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective)](https://opencollective.com/userfrosting#backer)
[![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi&logoColor=white)](https://ko-fi.com/lcharette)

## By [Alex Weissman](https://alexanderweissman.com) and [Louis Charette](https://bbqsoftwares.com)

Copyright (c) 2019-2023, free to use in personal and commercial software as per the [license](LICENSE.md).
Copyright (c) 2013-2024, free to use in personal and commercial software as per the [license](LICENSE.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.8/eloquent#introduction) ORM.

Expand Down Expand Up @@ -50,6 +50,6 @@ See main [UserFrosting Documentation](https://learn.userfrosting.com) for more i
## Contributing
This project exists thanks to all the people who contribute. If you're interested in contributing to the UserFrosting codebase, please see our [contributing guidelines](https://github.com/userfrosting/UserFrosting/blob/5.0/.github/CONTRIBUTING.md) as well as our [style guidelines](.github/STYLE-GUIDE.md).
This project exists thanks to all the people who contribute. If you're interested in contributing to the UserFrosting codebase, please see our [contributing guidelines](https://github.com/userfrosting/UserFrosting/blob/5.1/.github/CONTRIBUTING.md) as well as our [style guidelines](.github/STYLE-GUIDE.md).
[![](https://opencollective.com/userfrosting/contributors.svg?width=890&button=true)](https://github.com/userfrosting/sprinkle-core/graphs/contributors)
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
],
"require": {
"php": "^8.1",
"userfrosting/framework": "^5.1@dev",
"userfrosting/sprinkle-core": "^5.1@dev",
"userfrosting/sprinkle-account": "^5.1@dev",
"userfrosting/theme-adminlte": "^5.1@dev"
"userfrosting/framework": "~5.1.0",
"userfrosting/sprinkle-core": "~5.1.0",
"userfrosting/sprinkle-account": "~5.1.0",
"userfrosting/theme-adminlte": "~5.1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
Expand All @@ -40,8 +40,6 @@
"slam/phpstan-extensions": "^6.0",
"php-mock/php-mock-mockery": "^1.3"
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {
"UserFrosting\\Sprinkle\\Admin\\": "app/src/"
Expand Down
Loading

0 comments on commit a6dd316

Please sign in to comment.