diff --git a/composer.json b/composer.json index a9607a9..f70c7b5 100644 --- a/composer.json +++ b/composer.json @@ -3,6 +3,10 @@ "type": "library", "description": "wrapper pour phpoffice/phpspreadsheet", "repositories": [ + { + "type": "path", + "url": "../nulib" + }, { "type": "composer", "url": "https://repos.univ-reunion.fr/composer" @@ -15,7 +19,7 @@ } }, "require": { - "nulib/php": "^0.4.0p82", + "nulib/php": "^8.2-dev", "phpoffice/phpspreadsheet": "^3.3.0", "php": "^8.2" },