Compare commits

...

4 Commits

Author SHA1 Message Date
Jephté Clain 6b5a5ecda2 maj projet 2024-11-28 20:59:31 +04:00
Jephté Clain 3d0844f444 maj deps 2024-11-28 20:59:31 +04:00
Jephté Clain dfccb3f0ec maj deps php8.2 2024-11-28 20:59:29 +04:00
Jephté Clain 325391d60c cosmetic 2024-11-28 20:58:43 +04:00
4 changed files with 247 additions and 366 deletions

View File

@ -15,8 +15,6 @@
<path value="$PROJECT_DIR$/vendor/phar-io/manifest" />
<path value="$PROJECT_DIR$/vendor/nikic/php-parser" />
<path value="$PROJECT_DIR$/vendor/phar-io/version" />
<path value="$PROJECT_DIR$/vendor/sebastian/resource-operations" />
<path value="$PROJECT_DIR$/vendor/doctrine/instantiator" />
<path value="$PROJECT_DIR$/vendor/phpunit/php-timer" />
<path value="$PROJECT_DIR$/vendor/composer" />
<path value="$PROJECT_DIR$/vendor/myclabs/deep-copy" />
@ -44,7 +42,7 @@
<path value="$PROJECT_DIR$/vendor/theseer/tokenizer" />
</include_path>
</component>
<component name="PhpProjectSharedConfiguration" php_language_level="7.4" />
<component name="PhpProjectSharedConfiguration" php_language_level="8.2" />
<component name="PhpStanOptionsConfiguration">
<option name="transferred" value="true" />
</component>

View File

@ -4,5 +4,5 @@
RUNPHP=
# Si RUNPHP n'est pas défini, les variables suivantes peuvent être définies
DIST=d11
DIST=d12
#REGISTRY=pubdocker.univ-reunion.fr

View File

@ -8,17 +8,17 @@
"url": "https://repos.univ-reunion.fr/composer"
}
],
"require": {
"php": "^7.4"
},
"extra": {
"branch-alias": {
"dev-master": "7.4.x-dev",
"dev-php82": "8.2.x-dev"
}
},
"require": {
"php": "^7.4"
},
"require-dev": {
"nulib/tests": "7.4",
"nulib/tests": "8.2",
"ext-posix": "*",
"ext-pcntl": "*",
"ext-curl": "*"

599
composer.lock generated

File diff suppressed because it is too large Load Diff