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