Skip to content

Commit

Permalink
Preparation for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
troccoli authored Feb 15, 2023
2 parents d56af5f + 80020e5 commit b7bfb6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.0, 8.1, 8.2 ]
laravel: [ ^8.0, ^9.0 ]
php: [ 8.1, 8.2 ]
laravel: [ ^10.0 ]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand All @@ -32,4 +32,4 @@ jobs:
composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction --no-update
- name: Execute tests
run: vendor/bin/phpunit --verbose
run: vendor/bin/phpunit
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ For a full list of available icons see [the SVG directory](resources/svg) or pre

## Requirements

- PHP 8.0 or higher
- Laravel 8.0 or 9.0
- PHP 8.1 or higher
- Laravel 10.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 @@ -10,13 +10,13 @@
}
],
"require": {
"php": "^7.4|^8.0",
"blade-ui-kit/blade-icons": "^1.0",
"illuminate/support": "^8.0|^9.0"
"php": "^8.1",
"blade-ui-kit/blade-icons": "^1.5",
"illuminate/support": "^10.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^6.0"
"phpunit/phpunit": "^10.0",
"orchestra/testbench": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b7bfb6a

Please sign in to comment.