You are not logged in.

#1 2021-12-23 18:09:12

cdwijs
Member
Registered: 2010-04-24
Posts: 294

gitscrum fails to install with PHP 8.0.13

Hi All,

I'm looking for a self-hosted agile solution, so I tried to run gitscrum. It doesn't like my php8. How can I solve this?

To reproduce:

$ git clone https://github.com/gitscrum-ce/laravel-gitscrum.git
Cloning into 'laravel-gitscrum'...
remote: Enumerating objects: 8019, done.
remote: Counting objects: 100% (13/13), done.
remote: Compressing objects: 100% (13/13), done.
remote: Total 8019 (delta 5), reused 3 (delta 0), pack-reused 8006
Receiving objects: 100% (8019/8019), 14.08 MiB | 3.37 MiB/s, done.
Resolving deltas: 100% (4266/4266), done.

$ cd laravel-gitscrum/
[cedric@cedric laravel-gitscrum]$ composer update
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- phpunit/phpunit[6.2.0, ..., 6.5.14] require php ^7.0 -> your php version (8.0.13) does not satisfy that requirement.
- Root composer.json requires phpunit/phpunit ~6.2 -> satisfiable by phpunit/phpunit[6.2.0, ..., 6.5.14].

My versions:

$ php --version
PHP 8.0.13 (cli) (built: Nov 21 2021 22:49:59) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.13, Copyright (c) Zend Technologies
$ uname -a
Linux cedric 5.15.10-arch1-1 #1 SMP PREEMPT Fri, 17 Dec 2021 11:17:37 +0000 x86_64 GNU/Linux

Offline

#2 2021-12-23 18:15:07

cdwijs
Member
Registered: 2010-04-24
Posts: 294

Re: gitscrum fails to install with PHP 8.0.13

Offline

Board footer

Powered by FluxBB