Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

PHP 7.4 compatibility #1748

Merged
merged 1 commit into from
Aug 23, 2019
Merged

PHP 7.4 compatibility #1748

merged 1 commit into from
Aug 23, 2019

Conversation

pimjansen
Copy link
Contributor

@pimjansen pimjansen commented Aug 15, 2019

For PHP 7.4 the implode methods will break:

implode(): Passing glue string after array is deprecated. Swap the parameters

I also updated travis to match 7.3. However there is no 7.4 env available in Travis yet as far as i know

@NFarrington
Copy link

PHP 7.4 is available in Travis as 7.4snapshot at the moment.

@pimjansen
Copy link
Contributor Author

@NFarrington then the nightly would still work fine as well untill 7.4 is there as stable

Copy link
Contributor

@localheinz localheinz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@fzaninotto fzaninotto merged commit 095047b into fzaninotto:master Aug 23, 2019
stevegrunwell added a commit to stevegrunwell/pupper that referenced this pull request Oct 6, 2019
Faker has been switched to dev-master for the time being, as the PHP 7.4
compatibility hasn't yet been tagged in a release (see fzaninotto/Faker#1748)
and running 1.8 with phpdbg (e.g. `composer test-coverage` is resulting
in a ton of errors related to `implode()`:

> implode(): Passing glue string after array is deprecated. Swap the parameters
@erikgaal erikgaal mentioned this pull request Oct 22, 2019
taylorotwell pushed a commit to laravel/laravel that referenced this pull request Jan 31, 2020
Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag.

PRs related to version `^1.9.1`: 

* fzaninotto/Faker#1748
* fzaninotto/Faker#1843
socheatsok78 pushed a commit to pp-spaces/laravel that referenced this pull request Feb 23, 2020
Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag.

PRs related to version `^1.9.1`: 

* fzaninotto/Faker#1748
* fzaninotto/Faker#1843
gomasy pushed a commit to gomasy/bookshelf that referenced this pull request Mar 4, 2020
Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag.

PRs related to version `^1.9.1`:

* fzaninotto/Faker#1748
* fzaninotto/Faker#1843
gomasy added a commit to gomasy/bookshelf that referenced this pull request Mar 4, 2020
* Bump fzaninotto/faker version to support PHP 7.4 (#5218)

Bumping `fzaninotto/faker` version to support PHP 7.4, especially when running composer with `--prefer-lowest` flag.

PRs related to version `^1.9.1`:

* fzaninotto/Faker#1748
* fzaninotto/Faker#1843

* Remove redundant default attributes from phpunit.xml (#5233)

* Update dependencies

Co-authored-by: ARCANEDEV  <arcanedev.maroc@gmail.com>
Co-authored-by: Sjors Ottjes <sjorsottjes@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants