Commit 895e3a47 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Composer : possibilité de passer à PHP 8

parent 84772dbb
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -2,14 +2,14 @@
    "name": "unicaen/livelog",
    "description": "Module permettant d'afficher des logs en live à l'aide d'une websocket (et d'une socket)",
    "require": {
        "php": ">=7.3",
        "unicaen/app": "^4.0 || ^5.0",
        "webmozart/assert": "^1.3",
        "php": "^7.3 || ^8.0",
        "unicaen/app": "dev-ll-php8",
        "webmozart/assert": "^1.11",
        "cboden/ratchet": "^0.4.4",
        "monolog/monolog": "^2.3"
        "monolog/monolog": "^2.8"
    },
    "require-dev": {
        "laminas/laminas-test": "^3.2",
        "laminas/laminas-test": "^4.2",
        "phpunit/phpunit": "^5.6"
    },
    "autoload": {