From 662bdb92ddda96b79c13563a6586fda006a626d6 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Fri, 20 Oct 2023 09:59:43 +0400 Subject: [PATCH] renommer nucore en nulib --- .idea/modules.xml | 2 +- .idea/{nucore.iml => nulib.iml} | 4 +- .idea/php-test-framework.xml | 2 +- composer.json | 8 ++-- composer.lock | 66 ++++++++++++++++---------------- php/src_base/AccessException.php | 2 +- php/src_base/StateException.php | 2 +- php/src_base/ValueException.php | 2 +- php/src_base/cl.php | 2 +- php/src_base/cstr.php | 2 +- php/src_base/cv.php | 2 +- php/tests/cstrTest.php | 2 +- 12 files changed, 48 insertions(+), 48 deletions(-) rename .idea/{nucore.iml => nulib.iml} (83%) diff --git a/.idea/modules.xml b/.idea/modules.xml index 4950d9d..0bb2642 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,7 +2,7 @@ - + \ No newline at end of file diff --git a/.idea/nucore.iml b/.idea/nulib.iml similarity index 83% rename from .idea/nucore.iml rename to .idea/nulib.iml index 5540dd7..cfcc99b 100644 --- a/.idea/nucore.iml +++ b/.idea/nulib.iml @@ -2,8 +2,8 @@ - - + + diff --git a/.idea/php-test-framework.xml b/.idea/php-test-framework.xml index eaebc1e..b9984a7 100644 --- a/.idea/php-test-framework.xml +++ b/.idea/php-test-framework.xml @@ -5,7 +5,7 @@ - + diff --git a/composer.json b/composer.json index 861793c..a075909 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index 0a4d1e0..ba7dfde 100644 --- a/composer.lock +++ b/composer.lock @@ -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", diff --git a/php/src_base/AccessException.php b/php/src_base/AccessException.php index 540df72..0fe1c6d 100644 --- a/php/src_base/AccessException.php +++ b/php/src_base/AccessException.php @@ -1,5 +1,5 @@