-
What is the minimum PHP version for this package? Kindly mention it in the readme |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
While it is not mentioned in the readme, if you click the "require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/contracts": "^9.0"
} |
Beta Was this translation helpful? Give feedback.
-
Hey @souravtah The requirements on this package is If you can make a PR for it, It will much appreciate it. Edit: |
Beta Was this translation helpful? Give feedback.
While it is not mentioned in the readme, if you click the
conposer.json
file you can see the minimums required.