Skip to content

Commit

Permalink
php 7.4 - laravel 8 compatibility changes
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe committed Mar 24, 2021
1 parent ef6c36d commit 16beef6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ This changelog follows [the Keep a Changelog standard](https://keepachangelog.co

## 1.0.0 (2021-03-24)

Support for PHP 7.4+ & Laravel 8.0+

## 0.1.0 (2021-03-24)

Initial release.
Current package support [Cryptocurrency Icons v0.17.1](https://github.com/spothq/cryptocurrency-icons/releases/tag/v0.17.1)
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
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +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",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0",
"symfony/finder": "^5.2"
},
"autoload": {
Expand Down

0 comments on commit 16beef6

Please sign in to comment.