Skip to content

Commit

Permalink
added support blade-icons v1
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe committed Mar 30, 2021
1 parent 6522ffc commit 206aa2b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This changelog follows [the Keep a Changelog standard](https://keepachangelog.com).

## 1.0.0 (2021-03-30)
* adding support for blade-icons v1.0.0

## 0.1.0 (2021-03-30)

Initial release.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ For a full list of available icons see [the SVG directory](resources/svg) or pre

## Requirements

- PHP 7.3 or higher
- Laravel 7.14 or higher
- PHP 7.4 or higher
- Laravel 8.0 or higher

## Installation

Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@
}
],
"require": {
"php": "^7.3|^8.0",
"blade-ui-kit/blade-icons": "^0.5.0",
"illuminate/support": "^7.14|^8.0"
"php": "^7.4|^8.0",
"blade-ui-kit/blade-icons": "^1.0",
"illuminate/support": "^8.0"
},
"require-dev": {
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0",
"renatomarinho/laravel-page-speed": "^2.0",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0",
"symfony/finder": "^5.2"
},
"autoload": {
Expand Down

0 comments on commit 206aa2b

Please sign in to comment.