Skip to content

Commit

Permalink
chore(deps): bump dependencies for Laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke committed Feb 23, 2022
1 parent 8a7d7f8 commit 7bfb5d4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ For a full list of available icons see [the SVG directory](./resources/svg).

## Requirements

- PHP 7.4 or higher
- Laravel 8.0 or higher
- PHP 8.0 or higher
- Laravel 9.0 or higher

## Install

Expand Down
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"description": "A package to easily make use of Entypo in your Laravel Blade views",
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"blade-ui-kit/blade-icons": "^1.1",
"illuminate/support": "^8.0"
"php": "^8.0",
"blade-ui-kit/blade-icons": "^1.2",
"illuminate/support": "^9.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"pestphp/pest": "^1.20",
"phpstan/phpstan": "^0.12.99",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.21.1",
"phpstan/phpstan": "^1.4",
"spatie/pest-plugin-snapshots": "^1.0.1",
"symfony/var-dumper": "^5.3.8"
"symfony/var-dumper": "^5.4.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7bfb5d4

Please sign in to comment.