dogado-group / json-api-common

Common php interfaces and classes which represent the JSON:API protocol in order to build a client or server application.
https://www.dogado.de
MIT License
1 stars 0 forks source link

Drop Illuminate Support as dependency #5

Closed chris-doehring closed 3 years ago

chris-doehring commented 3 years ago

Since illuminate/support has a lot of dependencies and we only use it for array helpers, this PR replaces the used array functions with native php code and removes the package as dependency.