renommer nucore en nulib
This commit is contained in:
parent
2b7ab1bacb
commit
662bdb92dd
|
@ -2,7 +2,7 @@
|
|||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/nucore.iml" filepath="$PROJECT_DIR$/.idea/nucore.iml" />
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/nulib.iml" filepath="$PROJECT_DIR$/.idea/nulib.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
|
@ -2,8 +2,8 @@
|
|||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$">
|
||||
<sourceFolder url="file://$MODULE_DIR$/php/src_base" isTestSource="false" packagePrefix="nucore\" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/php/tests" isTestSource="true" packagePrefix="nucore\" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/php/src_base" isTestSource="false" packagePrefix="nulib\" />
|
||||
<sourceFolder url="file://$MODULE_DIR$/php/tests" isTestSource="true" packagePrefix="nulib\" />
|
||||
<excludeFolder url="file://$MODULE_DIR$/vendor" />
|
||||
</content>
|
||||
<orderEntry type="inheritedJdk" />
|
|
@ -5,7 +5,7 @@
|
|||
<tool tool_name="PHPUnit">
|
||||
<cache>
|
||||
<versions>
|
||||
<info id="Local/home/jclain/wop/php/nucore/vendor/autoload.php" version="9.6.13" />
|
||||
<info id="Local/home/jclain/wop/php/nulib/vendor/autoload.php" version="9.6.13" />
|
||||
</versions>
|
||||
</cache>
|
||||
</tool>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "nucore/php",
|
||||
"name": "nulib/php",
|
||||
"type": "library",
|
||||
"description": "fonctions et classes essentielles",
|
||||
"repositories": [
|
||||
|
@ -12,16 +12,16 @@
|
|||
"php": ">=7.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"mur/tests": "7.3"
|
||||
"nulib/tests": "7.3"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"nucore\\": "php/src_base"
|
||||
"nulib\\": "php/src_base"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"nucore\\": "php/tests"
|
||||
"nulib\\": "php/tests"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "96c185f6994b1dc8e8d6c551789bf871",
|
||||
"content-hash": "a83db90dff9c8a1e44abc608738042c3",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
|
@ -77,38 +77,6 @@
|
|||
],
|
||||
"time": "2022-12-30T00:15:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "mur/tests",
|
||||
"version": "7.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.univ-reunion.fr/sda-php/mur-tests.git",
|
||||
"reference": "8902035bef6ddfe9864675a00844dd14872f6d13"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"phpunit/phpunit": "^9"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"mur\\tests\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"mur\\tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jephte Clain",
|
||||
"email": "Jephte.Clain@univ-reunion.fr"
|
||||
}
|
||||
],
|
||||
"description": "fonctions et classes pour les tests",
|
||||
"time": "2023-10-01T11:57:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "myclabs/deep-copy",
|
||||
"version": "1.11.1",
|
||||
|
@ -224,6 +192,38 @@
|
|||
},
|
||||
"time": "2023-08-13T19:53:39+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nulib/tests",
|
||||
"version": "7.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.univ-reunion.fr/sda-php/nulib-tests.git",
|
||||
"reference": "8902035bef6ddfe9864675a00844dd14872f6d13"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"phpunit/phpunit": "^9"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"mur\\tests\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"mur\\tests\\": "tests"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jephte Clain",
|
||||
"email": "Jephte.Clain@univ-reunion.fr"
|
||||
}
|
||||
],
|
||||
"description": "fonctions et classes pour les tests",
|
||||
"time": "2023-10-01T11:57:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phar-io/manifest",
|
||||
"version": "2.0.3",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace nucore;
|
||||
namespace nulib;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace nucore;
|
||||
namespace nulib;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace nucore;
|
||||
namespace nulib;
|
||||
|
||||
use Exception;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace nucore;
|
||||
namespace nulib;
|
||||
|
||||
use ArrayAccess;
|
||||
use Traversable;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace nucore;
|
||||
namespace nulib;
|
||||
|
||||
/**
|
||||
* Class cstr: gestion des chaines de caractère "simples"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace nucore;
|
||||
namespace nulib;
|
||||
|
||||
/**
|
||||
* Class cv: gestion de valeurs scalaires
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
namespace nucore;
|
||||
namespace nulib;
|
||||
|
||||
use mur\tests\TestCase;
|
||||
|
||||
|
|
Loading…
Reference in New Issue