Skip to content

Commit

Permalink
Laravel 9 specific release added 🔖
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulhaque committed Nov 13, 2023
1 parent 07a483a commit b71d3f4
Show file tree
Hide file tree
Showing 8 changed files with 561 additions and 568 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: run-tests

on:
push:
branches: [10.x]
branches: [9.x]
# pull_request:
# branches: [master]

Expand All @@ -13,12 +13,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.1]
laravel: [10.*]
php: [8.0.2]
laravel: [9.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 9.*
testbench: 7.*

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

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to `laravel-filepond` will be documented in this file.

## 10.0.0 - 2023-11-14
## 9.0.0 - 2023-11-14

- Moved to major versioning to support each Laravel release. ✨
- Removed unused dependencies to reduce conflict.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Support the development with a :star: to let others know it worked for you.

## Installation

Laravel 10 users install with.
Laravel 9 users install with.

```bash
composer require rahulhaque/laravel-filepond:"^10"
composer require rahulhaque/laravel-filepond:"^9"
```

Publish the configuration and migration files.
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.0.2"
},
"require-dev": {
"laravel/pint": "^1.13",
"laravel/pint": "^1.0",
"league/flysystem-aws-s3-v3": "^3.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^10.1"
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.5.10"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit b71d3f4

Please sign in to comment.