Skip to content
This repository was archived by the owner on Mar 24, 2024. It is now read-only.
This repository was archived by the owner on Mar 24, 2024. It is now read-only.

problems trying to install in 2022 on current system  #26

Description

@dneuhaeuser

Hi,

I'm trying to get this nice software working on a current system:

  • Ubuntu 22.04 LTS
  • Apache/2.4.52
  • mysql Ver 8.0.29-0ubuntu0.22.04.3
  • PHP 8.1.2
  • Composer 2.2.6

when running composer I get a lot of problems:

Problem 1
- doctrine/annotations is locked to version v1.4.0 and an update of this package was not requested.
- doctrine/annotations v1.4.0 requires php ^5.6 || ^7.0 -> your php version (8.1.2) does not satisfy that requirement.
Problem 2
- doctrine/cache is locked to version v1.6.2 and an update of this package was not requested.
- doctrine/cache v1.6.2 requires php ~5.5|~7.0 -> your php version (8.1.2) does not satisfy that requirement.
Problem 3
- doctrine/collections is locked to version v1.4.0 and an update of this package was not requested.
- doctrine/collections v1.4.0 requires php ^5.6 || ^7.0 -> your php version (8.1.2) does not satisfy that requirement.
Problem 4
- doctrine/common is locked to version v2.7.3 and an update of this package was not requested.
- doctrine/common v2.7.3 requires php ~5.6|~7.0 -> your php version (8.1.2) does not satisfy that requirement.
Problem 5
- ramsey/uuid is locked to version 3.7.1 and an update of this package was not requested.
- ramsey/uuid 3.7.1 requires php ^5.4 || ^7.0 -> your php version (8.1.2) does not satisfy that requirement.
Problem 6
- tijsverkoyen/css-to-inline-styles is locked to version 2.2.0 and an update of this package was not requested.
- tijsverkoyen/css-to-inline-styles 2.2.0 requires php ^5.5 || ^7 -> your php version (8.1.2) does not satisfy that requirement.
Problem 7
- zendframework/zend-diactoros is locked to version 1.6.1 and an update of this package was not requested.
- zendframework/zend-diactoros 1.6.1 requires php ^5.6 || ^7.0 -> your php version (8.1.2) does not satisfy that requirement.
Problem 8
- doctrine/common v2.7.3 requires php ~5.6|~7.0 -> your php version (8.1.2) does not satisfy that requirement.
- doctrine/dbal v2.5.13 requires doctrine/common >=2.4,<2.8-dev -> satisfiable by doctrine/common[v2.7.3].
- doctrine/dbal is locked to version v2.5.13 and an update of this package was not requested.

when trying to ignore these messages I got this next:

PHP Fatal error: During inheritance of ArrayAccess: Uncaught ErrorException: Return type of Illuminate\Http\Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /root/lbausch-SQLgreyGUI-e870588/vendor/laravel/framework/src/Illuminate/Http/Request.php:552

Is there a way to make it work in 2022 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions