Closed elegasoft closed 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" },
Thank you for your contribution!
The new version had been released. https://github.com/artesaos/seotools/releases/tag/v0.23.0
For php only 8.0 compatibility:
For php 8.1 compatibility: