-
Notifications
You must be signed in to change notification settings - Fork 355
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
v0.12.0 : Only support to php ^8.0 #692
base: master
Are you sure you want to change the base?
Commits on Feb 26, 2024
-
* Fix deprecated php8.2 <b>Deprecated</b>: Creation of dynamic property Gaufrette\StreamWrapper:: is deprecated in <b>/api/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php</b> on line <b>151</b><br /> * Update composer.json * Update composer.json
Configuration menu - View commit details
-
Copy full SHA for d4dbb56 - Browse repository at this point
Copy the full SHA d4dbb56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e2e8c - Browse repository at this point
Copy the full SHA 17e2e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce83c82 - Browse repository at this point
Copy the full SHA ce83c82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 047d9a2 - Browse repository at this point
Copy the full SHA 047d9a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for df79d32 - Browse repository at this point
Copy the full SHA df79d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 877315f - Browse repository at this point
Copy the full SHA 877315fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d6ffc - Browse repository at this point
Copy the full SHA f0d6ffcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dffa7d6 - Browse repository at this point
Copy the full SHA dffa7d6View commit details -
Refacto/add type exceptions (#695)
* Refacto: Type Exceptions class * fix pedro review
Configuration menu - View commit details
-
Copy full SHA for 40e904a - Browse repository at this point
Copy the full SHA 40e904aView commit details -
feat: add typehint on adapter (#694)
* feat: add typehint on adapter * Type interface for adapters * Type AsyncAwsS3 * Type AwsS3 * Type AzureBlobStorage * Type DoctrineDbal * fix constructor AsyncAwsS3 * Type Flysystem * Type PhpseclibSftp * Type Zip * Type GridFS and fix declaration checksum * fix muchafm review * refacto: add types on adapter * fix: review * fix: review * Refacto: Add type on Stream classes * fix pedro review * refactor: add typeint to FilesystemMap, StreamWrapper and StreamMode * Refacto: Add type on Util classes * fix muchafm review * fix: pedro review * fix pedro's review * refacto: spec types * fix: review * refactor: fix Ftp and StreamWrapper errors * refactor: fix lvl5 errors for AwsS3 and AzureBlobStorage adapters * ci: upgrade phpstan to 1.10.39 * test: fix filesystem typehint in phpunit tests * fix: fix phpspec tests * refactor: apply cs fixing * test: fix phpspec tests * Update src/Gaufrette/Adapter/AwsS3.php Co-authored-by: Grégoire Drapeau <gregoire.drapeau79@gmail.com> * Update src/Gaufrette/Adapter/PhpseclibSftp.php Co-authored-by: Grégoire Drapeau <gregoire.drapeau79@gmail.com> * Update src/Gaufrette/Adapter/AzureBlobStorage.php Co-authored-by: Kévin <kevinar9@outlook.fr> * Update src/Gaufrette/Adapter.php * Update src/Gaufrette/Adapter/AzureBlobStorage.php Co-authored-by: Kévin <kevinar9@outlook.fr> * Update src/Gaufrette/Adapter/Ftp.php Co-authored-by: Kévin <kevinar9@outlook.fr> * Update src/Gaufrette/Adapter/AzureBlobStorage.php Co-authored-by: Kévin <kevinar9@outlook.fr> * Update src/Gaufrette/Adapter/DoctrineDbal.php * refactor: set type for mimetype aware adapters * docs: add explanation for bitwire value in StreamWrapper * fix: introduction of readonly promoted properties * Update src/Gaufrette/Adapter/AwsS3.php Co-authored-by: Grégoire Drapeau <gregoire.drapeau79@gmail.com> * Update src/Gaufrette/Stream/InMemoryBuffer.php Co-authored-by: Kévin <kevinar9@outlook.fr> * Update src/Gaufrette/Stream/Local.php Co-authored-by: Kévin <kevinar9@outlook.fr> * Update src/Gaufrette/Stream/Local.php Co-authored-by: Kévin <kevinar9@outlook.fr> * Update src/Gaufrette/Adapter/AsyncAwsS3.php * Update src/Gaufrette/Stream/InMemoryBuffer.php Co-authored-by: Kévin <kevinar9@outlook.fr> --------- Co-authored-by: Sophie Roussel <sophie.roussel@knplabs.com> Co-authored-by: PedroTroller <pierre.plazanet@knplabs.com> Co-authored-by: Grégoire Drapeau <gregoire.drapeau79@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6227d85 - Browse repository at this point
Copy the full SHA 6227d85View commit details -
* Add tests and docker folders in .gitattributes (#704) * chore: remove psalm --------- Co-authored-by: Antoine Lamirault <lantoine37@hotmail.fr>
Configuration menu - View commit details
-
Copy full SHA for 4b9a2bd - Browse repository at this point
Copy the full SHA 4b9a2bdView commit details -
refactor: migrate Gaufrette\File to php 8.0 (#709)
* refactor: migrate Gaufrette\File to php 8.0 * Update src/Gaufrette/File.php Co-authored-by: Kévin <kevinar9@outlook.fr> --------- Co-authored-by: Kévin <kevinar9@outlook.fr>
Configuration menu - View commit details
-
Copy full SHA for 39c1a7b - Browse repository at this point
Copy the full SHA 39c1a7bView commit details -
refacto: type filesystem and filesystem interface (#710)
* refacto: type filesystem and filesystem interface * fix review * fix return type createStream * refactor: fix php-cs-fixer error --------- Co-authored-by: PedroTroller <pierre.plazanet@knplabs.com>
Configuration menu - View commit details
-
Copy full SHA for 4301776 - Browse repository at this point
Copy the full SHA 4301776View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30fd641 - Browse repository at this point
Copy the full SHA 30fd641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e6f3b - Browse repository at this point
Copy the full SHA 45e6f3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2dc7fd - Browse repository at this point
Copy the full SHA c2dc7fdView commit details
Commits on Feb 27, 2024
-
fix: typed property Gaufrette\Adapter\AwsS3:: must not be accessed be…
…fore initialization (#716)
Configuration menu - View commit details
-
Copy full SHA for 418f00e - Browse repository at this point
Copy the full SHA 418f00eView commit details