mirror of
https://github.com/flyimg/flyimg.git
synced 2026-04-25 09:45:50 +03:00
[PR #371] [MERGED] feat: Code update php8 im7 #436
Labels
No labels
Docs
Docs
Docs
Security
UnitTest
bug
dependencies
duplicate
enhancement
enhancement
enhancement
hacktoberfest
help wanted
invalid
pull-request
question
stale
version 1
version 2
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flyimg#436
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/flyimg/flyimg/pull/371
Author: @sadok-f
Created: 10/2/2023
Status: ✅ Merged
Merged: 10/2/2023
Merged by: @sadok-f
Base:
main← Head:code-update-php8-im7📝 Commits (4)
86a1dc4feat: update code to work on php8 and imagemagick 70d207d7Edit docker base imagef69e1f6Update unit test and fix duplicate content in Changelog file0508b90fixing linting errors📊 Changes
25 files changed (+805 additions, -805 deletions)
View changed files
📝
CHANGELOG.md(+1 -2)📝
Dockerfile(+2 -2)📝
app.php(+1 -1)📝
composer.json(+2 -3)📝
composer.lock(+620 -735)📝
phpunit.xml.dist(+17 -24)📝
python/smartcrop.py(+2 -2)📝
src/Core/Processor/FaceDetectProcessor.php(+1 -3)📝
src/Core/Processor/Processor.php(+4 -4)➕
src/Core/StorageProvider/FlysystemServiceProvider.php(+35 -0)➕
src/Core/StorageProvider/LocalProviderTrait.php(+78 -0)📝
src/Core/StorageProvider/LocalStorageProvider.php(+3 -4)📝
src/Core/StorageProvider/S3StorageProvider.php(+0 -1)📝
tests/Core/BaseTest.php(+16 -2)📝
tests/Core/Controller/CoreControllerTest.php(+4 -3)📝
tests/Core/Controller/DefaultControllerTest.php(+2 -2)📝
tests/Core/Entity/ImageMetaInfoTest.php(+4 -4)📝
tests/Core/Processor/ImageProcessorTest.php(+8 -8)📝
tests/Core/Processor/ProcessorTest.php(+1 -1)📝
tests/Core/Resolver/ControllerResolverTests.php(+3 -3)...and 5 more files
📄 Description
a MR to update the code base to work with the latest PHP 8.2 and ImageMagick 7
This closes #360 and #359
This should release the next minor version of Flyimg 1.2.0
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.