Skip to content

Commit

Permalink
Merge branch 'main' into feature/drop-support-for-symfony-php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Mar 14, 2024
2 parents 31c60bc + abccc17 commit e57bed8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@2.7.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: 8.1
extensions: dom, fileinfo, filter, gd, hash, intl, json, mbstring, pcre, pdo, zlib
coverage: none

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install the dependencies
run: composer install --no-interaction --no-suggest
Expand All @@ -45,14 +45,14 @@ jobs:
php: 8.1
steps:
- name: Setup PHP
uses: shivammathur/setup-php@2.7.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: ${{ matrix.php }}
extensions: dom, fileinfo, filter, gd, hash, intl, json, mbstring, pcre, pdo_mysql, zlib
coverage: none

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install the dependencies
run: |
Expand All @@ -66,14 +66,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup PHP
uses: shivammathur/setup-php@2.7.0
uses: shivammathur/setup-php@2.30.0
with:
php-version: 8.1
extensions: dom, fileinfo, filter, gd, hash, intl, json, mbstring, pcre, pdo_mysql, zlib
coverage: none

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install the dependencies
run: composer update --prefer-lowest --prefer-stable --no-interaction --no-suggest
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ vendor
tests/App/cache
tests/App/logs
tests/App/var
cache
var/cache
var/log
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ The OneupFlysystemBundle provides a [Flysystem](https://github.com/thephpleague/

* [Google Cloud Storage](https://cloud.google.com/storage)
* [AsyncAwsS3](https://async-aws.com/)
* [AwsS3](http://aws.amazon.com/de/sdkforphp/)
* [AwsS3](https://aws.amazon.com/de/sdk-for-php/)
* [AzureBlobStorage](https://azure.microsoft.com/en-us/services/storage/blobs/)
* [Ftp](http://php.net/manual/en/book.ftp.php)
* [Local filesystem](http://php.net/manual/en/ref.filesystem.php)
* [Sftp](http://phpseclib.sourceforge.net/sftp/intro.html)
* [Ftp](https://www.php.net/manual/en/book.ftp.php)
* [Local filesystem](https://www.php.net/manual/en/ref.filesystem.php)
* [Sftp](https://phpseclib.sourceforge.net/sftp/intro.html)

Documentation
-------------
Expand All @@ -32,10 +32,7 @@ If you're looking for Flysystem 1.x support, check out the [3.x-branch](https://
License
-------

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE

This bundle is under the MIT license. See the [complete license](LICENSE) in the bundle:

Reporting an issue or a feature request
---------------------------------------
Expand Down

0 comments on commit e57bed8

Please sign in to comment.