Compare commits

...

3 Commits

Author SHA1 Message Date
Jephté Clain c0c22e0386 maj projet 2024-11-28 20:34:13 +04:00
Jephté Clain f8b4f231ac maj deps 2024-11-28 19:59:22 +04:00
Jephté Clain b6cd90001b maj deps php8.2 2024-11-28 19:58:52 +04:00
4 changed files with 245 additions and 364 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

@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.4"
"php": "^8.2"
},
"extra": {
"branch-alias": {
@ -18,7 +18,7 @@
}
},
"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