Skip to content

Commit bfbf637

Browse files
committed
Update dependencies
1 parent f98d329 commit bfbf637

3 files changed

Lines changed: 14 additions & 19 deletions

File tree

README.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
1-
# UserFrosting AdminLTE Theme
2-
AdminLTE Theme for UserFrosting 5
1+
# UserFrosting AdminLTE Theme for UserFrosting 5.1
32

43
[![Version](https://img.shields.io/github/v/release/userfrosting/theme-adminlte?sort=semver)](https://github.com/userfrosting/theme-adminlte/releases)
5-
![PHP Version](https://img.shields.io/badge/php-%5E8.0-brightgreen)
4+
![PHP Version](https://img.shields.io/badge/php-%5E8.1-brightgreen)
65
[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
7-
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/theme-adminlte/Build.yml?branch=5.0&logo=github)](https://github.com/userfrosting/theme-adminlte/actions)
8-
[![Codecov](https://codecov.io/gh/userfrosting/theme-adminlte/branch/5.0/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/theme-adminlte/branch/5.0)
9-
[![StyleCI](https://github.styleci.io/repos/445386142/shield?branch=5.0&style=flat)](https://github.styleci.io/repos/445386142)
10-
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/theme-adminlte/PHPStan.yml?branch=5.0&label=PHPStan)](https://github.com/userfrosting/theme-adminlte/actions/workflows/PHPStan.yml)
11-
[![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective
12-
)](https://opencollective.com/userfrosting#backer)
13-
[![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi&logoColor=white
14-
)](https://ko-fi.com/lcharette)
6+
[![Build](https://img.shields.io/github/actions/workflow/status/userfrosting/theme-adminlte/Build.yml?branch=5.1&logo=github)](https://github.com/userfrosting/theme-adminlte/actions)
7+
[![Codecov](https://codecov.io/gh/userfrosting/theme-adminlte/branch/5.1/graph/badge.svg)](https://app.codecov.io/gh/userfrosting/theme-adminlte/branch/5.1)
8+
[![StyleCI](https://github.styleci.io/repos/445386142/shield?branch=5.1&style=flat)](https://github.styleci.io/repos/445386142)
9+
[![PHPStan](https://img.shields.io/github/actions/workflow/status/userfrosting/theme-adminlte/PHPStan.yml?branch=5.1&label=PHPStan)](https://github.com/userfrosting/theme-adminlte/actions/workflows/PHPStan.yml)
10+
[![Donate](https://img.shields.io/badge/Open_Collective-Donate-blue?logo=Open%20Collective)](https://opencollective.com/userfrosting#backer)
11+
[![Donate](https://img.shields.io/badge/Ko--fi-Donate-blue?logo=ko-fi&logoColor=white)](https://ko-fi.com/lcharette)
1512

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

18-
Copyright (c) 2019-2023, free to use in personal and commercial software as per the [license](LICENSE.md).
15+
Copyright (c) 2013-2024, free to use in personal and commercial software as per the [license](LICENSE.md).
1916

20-
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.
17+
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/10.x/eloquent#introduction) ORM.
2118

2219
The AdminLTE theme sprinkle contains all the twig files and frontend asset to implement the [AdminLTE template](https://adminlte.io/).
2320

@@ -52,6 +49,6 @@ See main [UserFrosting Documentation](https://learn.userfrosting.com) for more i
5249
5350
## Contributing
5451
55-
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).
52+
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).
5653
5754
[![](https://opencollective.com/userfrosting/contributors.svg?width=890&button=true)](https://github.com/userfrosting/sprinkle-core/graphs/contributors)

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
],
2323
"require": {
2424
"php": "^8.1",
25-
"userfrosting/sprinkle-core": "^5.1@dev",
26-
"userfrosting/sprinkle-account": "^5.1@dev"
25+
"userfrosting/sprinkle-core": "~5.1.0",
26+
"userfrosting/sprinkle-account": "~5.1.0"
2727
},
2828
"require-dev": {
2929
"friendsofphp/php-cs-fixer": "^3.0",
@@ -37,8 +37,6 @@
3737
"mockery/mockery": "^1.2",
3838
"fakerphp/faker": "^1.17"
3939
},
40-
"minimum-stability": "dev",
41-
"prefer-stable": true,
4240
"autoload": {
4341
"psr-4": {
4442
"UserFrosting\\Theme\\AdminLTE\\": "app/src/"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@userfrosting/theme-adminlte",
3-
"version": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Admin LTE Theme for UserFrosting 5",
55
"funding": "https://opencollective.com/userfrosting",
66
"license": "MIT",

0 commit comments

Comments
 (0)