jsor / doctrine-postgis

Spatial and Geographic Data with PostGIS and Doctrine.
MIT License
209 stars 50 forks source link

Update the library for PHP 8.0 #53

Closed Nek- closed 3 years ago

lbaey-mobizel commented 3 years ago

👍 @jsor any visibility on merge ? Thx

Nek- commented 3 years ago

@lbaey-mobizel it's actually not perfect.

Some things need to be done again:

The changes in a nutshell:

Finally this PR is currently released as 1.8.0 and you can install it by using this in your composer.json file:

{
    "repositories": [
        {
            "type": "git",
            "url": "https://github.com/Nek-/doctrine-postgis"
        }
    ]
}

Feel free to contribute to my repository.

jsor commented 3 years ago

Hey @Nek-,

thanks a lot for this PR. I've just released v2.0.0 with full support for PHP 8.0. Your PR actually was a great help and i credited you in the respective commits 1e2b64d, 61b6f77 and ef8cdc7.