artesaos / seotools

SEO Tools for Laravel
MIT License
3.1k stars 505 forks source link

Bump composer.json dependencies to allow for php 8.0+ #279

Closed elegasoft closed 2 years ago

elegasoft commented 2 years ago

For php only 8.0 compatibility:

"require": {
        "php": ">=7.1", // Needs Bump to ">=7.1|~8.0.*",
        "ext-json": "*",
        "illuminate/config": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
        "illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},

For php 8.1 compatibility:

"require": {
        "php": ">=7.1|^8.0", // Needs Bump  ">=7.1|^8.0",
        "ext-json": "*",
        "illuminate/config": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0",
        "illuminate/support": "5.8.* || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"require-dev": {
    "orchestra/testbench": "~3.8.4 || ^4.0 || ^5.0",
    "phpspec/phpspec": "~5.1.1 || ^6.0" // Needs bump to "~5.1.1 || ^6.0 || ^7.0"
},
J-Brk commented 2 years ago

Thank you for your contribution!

J-Brk commented 2 years ago

The new version had been released. https://github.com/artesaos/seotools/releases/tag/v0.23.0