maurobonfietti / slim4-api-skeleton

Useful skeleton for RESTful API development with PHP and Slim 4.
http://bit.ly/2nNNOZi
MIT License
132 stars 32 forks source link

Abandoned Packages Updated #60

Closed mrevjd closed 3 years ago

mrevjd commented 3 years ago

Great package to get started with slim 4 and APIs.

While setting up this I noticed the following errors:

Package object-calisthenics/phpcs-calisthenics-rules is abandoned, you should avoid using it. Use symplify/phpstan-rules instead.
Package sebastian/finder-facade is abandoned, you should avoid using it. No replacement was suggested.

These were dependencies of nunomaduro/phpinsights v1.14.1 On researching I found that nunomaduro/phpinsights has made some changes and has now released v2.0.1

I have updated the composer.json as shown below: "nunomaduro/phpinsights": "^2.0",

Basic tests seem to work.

maurobonfietti commented 3 years ago

Tested & Merged. Thank you very much Evan @mrevjd !