SNIPE-IT #16703
Closed
EliaOtito1
started this conversation in
General
SNIPE-IT
#16703
Replies: 1 comment
-
As I mentioned in Discord, the errors are telling you what the issue is - you have to update your version of PHP to 8.2.0 or higher, per the requirements docs. https://snipe-it.readme.io/docs/requirements |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good Evening,all,
I am getting this error message when running a composer on Ubuntu 20.04; as below:
oading composer repositories with package informatioUpdating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires php ^8.2 but your php version (7.4.3) does not satisfy that requirement.
Problem 2
- Root composer.json requires spatie/laravel-backup ^8.8 -> satisfiable by spatie/laravel-backup[8.8.0, 8.8.1, 8.8.2].
- spatie/laravel-backup[8.8.0, ..., 8.8.2] require php ^8.1 -> your php version (7.4.3) does not satisfy that requirement.
Problem 3
- Root composer.json requires laravel/framework ^11.0 -> satisfiable by laravel/framework[v11.0.0, ..., v11.44.2].
- laravel/framework[v11.0.0, ..., v11.44.2] require php ^8.2 -> your php version (7.4.3) does not satisfy that requirement.
root@wihl-asset:/var/www/snipe-it#
Beta Was this translation helpful? Give feedback.
All reactions