-
Notifications
You must be signed in to change notification settings - Fork 7
Feature Laravel 13 #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3e8abce
1243dc7
1639a56
5797303
25ee9d5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -10,3 +10,8 @@ parameters: | |||||||||||
| checkOctaneCompatibility: true | ||||||||||||
| checkModelProperties: true | ||||||||||||
| noEnvCallsOutsideOfConfig: false | ||||||||||||
| ignoreErrors: | ||||||||||||
| - | ||||||||||||
| identifier: argument.type | ||||||||||||
| message: '#Parameter \#1 \$file of method Cloudinary\\Api\\Upload\\UploadApi::upload\(\) expects string#' | ||||||||||||
| path: src/FlysystemCloudinaryAdapter.php | ||||||||||||
|
Comment on lines
+13
to
+17
|
||||||||||||
| ignoreErrors: | |
| - | |
| identifier: argument.type | |
| message: '#Parameter \#1 \$file of method Cloudinary\\Api\\Upload\\UploadApi::upload\(\) expects string#' | |
| path: src/FlysystemCloudinaryAdapter.php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting the package
minimum-stabilitytodevaffects downstream consumers by allowing dev-only dependencies to be selected more readily, which can make installs less predictable. If the goal is only to support installingdev-mainvia the13.x-devbranch alias, consider keepingminimum-stabilityatstableand documentingdev-main@devusage instead.