Skip to content

Commit

Permalink
compatible with blade-icon 0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe committed Apr 12, 2021
1 parent 3e98141 commit 851997d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.0]
laravel: [^8.0]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
php: [7.3, 7.4, 8.0]
laravel: [^8.0, ^7.0]

name: P${{ matrix.php }} - L${{ matrix.laravel }}

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

## Requirements

- PHP 7.4 or higher
- Laravel 8.0 or higher
- PHP 7.3 or higher
- Laravel 7.14 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,14 +15,14 @@
}
],
"require": {
"php": "^7.4|^8.0",
"blade-ui-kit/blade-icons": "^1.0",
"illuminate/support": "^8.0"
"php": "^7.3|^8.0",
"blade-ui-kit/blade-icons": "^0.5.0",
"illuminate/support": "^7.14|^8.0"
},
"require-dev": {
"codeat3/phpcs-styles": "dev-main",
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0",
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0",
"symfony/finder": "^5.2"
},
"autoload": {
Expand Down

0 comments on commit 851997d

Please sign in to comment.