Skip to content

Commit c1fb2ce

Browse files
committed
- Dropping support for Laravel 9 and PHP 8.1
1 parent f496a46 commit c1fb2ce

3 files changed

Lines changed: 9 additions & 14 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ ubuntu-latest ]
19-
php: [ 8.4, 8.3, 8.2, 8.1 ]
19+
php: [ 8.4, 8.3, 8.2 ]
2020
laravel: [ 12.*, 11.*, 10.* ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
@@ -29,11 +29,6 @@ jobs:
2929
- laravel: 10.*
3030
testbench: 8.*
3131
carbon: ^2.63
32-
exclude:
33-
- laravel: 12.*
34-
php: 8.1
35-
- laravel: 11.*
36-
php: 8.1
3732

3833
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3934

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@
1010
],
1111
"authors": [
1212
{
13-
"name": "Hussain Afeef",
14-
"email": "ibnahnajjaar@gmail.com",
13+
"name": "Arushad Ahmed",
14+
"email": "arushad@javaabu.com",
1515
"role": "Developer"
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
20-
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
19+
"php": "^8.2",
20+
"illuminate/support": "^10.0 || ^11.0 || ^12.0",
2121
"maatwebsite/excel": "^3.1",
2222
"javaabu/forms": "^1.61"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.14",
26-
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
27-
"phpunit/phpunit": "^9.5 || ^10.5 || ^11.5.3"
26+
"orchestra/testbench": "^8.0 || ^9.0 || ^10.0",
27+
"phpunit/phpunit": "^10.5 || ^11.5.3"
2828
},
2929
"autoload": {
3030
"psr-4": {
@@ -38,7 +38,7 @@
3838
},
3939
"extra": {
4040
"branch-alias": {
41-
"dev-main": "1.0-dev"
41+
"dev-main": "2.0-dev"
4242
},
4343
"laravel": {
4444
"providers": [

docs/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "Imports",
33
"description": "Streamline excel data import to your application",
4-
"version": "1"
4+
"version": "2"
55
}

0 commit comments

Comments
 (0)