Skip to content

Commit cc8d501

Browse files
authored
Merge pull request #11 from codebar-ag/feature-bump
Feature Bump
2 parents 05f1802 + d3e898a commit cc8d501

File tree

6 files changed

+27
-39
lines changed

6 files changed

+27
-39
lines changed

Diff for: .github/ISSUE_TEMPLATE/bug.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ body:
1515
placeholder: I cannot currently do X thing because when I do, it breaks X thing.
1616
validations:
1717
required: true
18-
1918
- type: input
2019
id: package-version
2120
attributes:

Diff for: README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@
1111
- Cloudinary Account
1212
- [Laravel Flysystem Cloudinary](https://github.com/codebar-ag/laravel-flysystem-cloudinary)
1313

14+
## 🛠 Requirements
15+
16+
- Cloudinary Account
17+
18+
| Package | PHP | Laravel | Flysystem |
19+
|-----------|--------|---------------|-------------|
20+
| >v2.0 | >8.3 | > Laravel 11 | > 3.0 |
21+
| >v1.0 | >8.2 | > Laravel 10 | > 3.0 |
22+
23+
1424
## ⚙️ Installation
1525

1626
You can install the package via composer:
@@ -19,7 +29,8 @@ You can install the package via composer:
1929
composer require codebar-ag/laravel-flysystem-cloudinary-nova
2030
```
2131

22-
Follow the installation instructions of [Laravel Flysystem Cloudinary](https://github.com/codebar-ag/laravel-flysystem-cloudinary#readme)
32+
Follow the installation instructions
33+
of [Laravel Flysystem Cloudinary](https://github.com/codebar-ag/laravel-flysystem-cloudinary#readme)
2334

2435
## 📝 Usage
2536

@@ -32,6 +43,7 @@ CloudinaryImage::make('Image')
3243
## 🚧 Testing
3344

3445
Run the tests:
46+
3547
```shell
3648
composer test
3749
```

Diff for: composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php": "^8.2",
2121
"spatie/laravel-package-tools": "^1.16",
2222
"illuminate/contracts": "^10.19",
23-
"codebar-ag/laravel-flysystem-cloudinary": "^3.1",
23+
"codebar-ag/laravel-flysystem-cloudinary": "^4.0",
2424
"laravel/nova": "^4.32"
2525
},
2626
"require-dev": {

Diff for: database/factories/ModelFactory.php

-17
This file was deleted.

Diff for: database/migrations/create_flysystem_cloudinary_nova_table.php.stub

-19
This file was deleted.

Diff for: phpstan.neon.dist

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
includes:
2+
- phpstan-baseline.neon
3+
4+
parameters:
5+
level: 4
6+
paths:
7+
- src
8+
- config
9+
tmpDir: build/phpstan
10+
checkOctaneCompatibility: true
11+
checkModelProperties: true
12+
checkMissingIterableValueType: false
13+

0 commit comments

Comments
 (0)