<pman>Intégration de la branche rel74-0.5.0
This commit is contained in:
		
						commit
						4331cc4c7b
					
				@ -1,3 +1,12 @@
 | 
			
		||||
## Release 0.5.0p74 du 30/04/2025-04:36
 | 
			
		||||
 | 
			
		||||
* `2d73f4d` documenter showmorePlugin
 | 
			
		||||
* `3b13ef1` possiblité de forcer la suppression
 | 
			
		||||
* `3933fd1` corrections sur les controles
 | 
			
		||||
* `4d238cc` maj doc
 | 
			
		||||
* `f005692` déplacer nur/sery/wip et nur/sery dans nulib
 | 
			
		||||
* `c4e02d5` afficher la version de l'application
 | 
			
		||||
 | 
			
		||||
## Release 0.4.1p82 du 17/03/2025-17:23
 | 
			
		||||
 | 
			
		||||
## Release 0.4.1p74 du 17/03/2025-17:19
 | 
			
		||||
 | 
			
		||||
@ -1 +1 @@
 | 
			
		||||
0.4.1
 | 
			
		||||
0.5.0
 | 
			
		||||
 | 
			
		||||
@ -3,18 +3,6 @@
 | 
			
		||||
	"type": "library",
 | 
			
		||||
	"description": "espace de maturation pour les librairies",
 | 
			
		||||
	"repositories": [
 | 
			
		||||
		{
 | 
			
		||||
			"type": "path",
 | 
			
		||||
			"url": "../nulib"
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"type": "path",
 | 
			
		||||
			"url": "../nulib-spout"
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"type": "path",
 | 
			
		||||
			"url": "../nulib-phpss"
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			"type": "composer",
 | 
			
		||||
			"url": "https://repos.univ-reunion.fr/composer"
 | 
			
		||||
@ -30,9 +18,9 @@
 | 
			
		||||
		"php": "^7.4"
 | 
			
		||||
	},
 | 
			
		||||
	"require-dev": {
 | 
			
		||||
		"nulib/php": "^7.4-dev",
 | 
			
		||||
		"nulib/spout": "^7.4-dev",
 | 
			
		||||
		"nulib/phpss": "^7.4-dev",
 | 
			
		||||
		"nulib/php": "^0.4.0p74",
 | 
			
		||||
		"nulib/spout": "^0.4.0p74",
 | 
			
		||||
		"nulib/phpss": "^0.4.0p74",
 | 
			
		||||
		"nulib/tests": "^7.4",
 | 
			
		||||
		"ext-posix": "*",
 | 
			
		||||
		"ext-pcntl": "*",
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										68
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										68
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							@ -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": "0b1e015d12aecf1cdfbdc6a702d83d25",
 | 
			
		||||
    "content-hash": "85c16d446d9a6899358782f7520bf3f6",
 | 
			
		||||
    "packages": [],
 | 
			
		||||
    "packages-dev": [
 | 
			
		||||
        {
 | 
			
		||||
@ -404,16 +404,16 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "myclabs/deep-copy",
 | 
			
		||||
            "version": "1.13.0",
 | 
			
		||||
            "version": "1.13.1",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://github.com/myclabs/DeepCopy.git",
 | 
			
		||||
                "reference": "024473a478be9df5fdaca2c793f2232fe788e414"
 | 
			
		||||
                "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c"
 | 
			
		||||
            },
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "zip",
 | 
			
		||||
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
 | 
			
		||||
                "reference": "024473a478be9df5fdaca2c793f2232fe788e414",
 | 
			
		||||
                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/1720ddd719e16cf0db4eb1c6eca108031636d46c",
 | 
			
		||||
                "reference": "1720ddd719e16cf0db4eb1c6eca108031636d46c",
 | 
			
		||||
                "shasum": ""
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
@ -452,7 +452,7 @@
 | 
			
		||||
            ],
 | 
			
		||||
            "support": {
 | 
			
		||||
                "issues": "https://github.com/myclabs/DeepCopy/issues",
 | 
			
		||||
                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
 | 
			
		||||
                "source": "https://github.com/myclabs/DeepCopy/tree/1.13.1"
 | 
			
		||||
            },
 | 
			
		||||
            "funding": [
 | 
			
		||||
                {
 | 
			
		||||
@ -460,7 +460,7 @@
 | 
			
		||||
                    "type": "tidelift"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "time": "2025-02-12T12:17:51+00:00"
 | 
			
		||||
            "time": "2025-04-29T12:36:36+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "myclabs/php-enum",
 | 
			
		||||
@ -585,11 +585,11 @@
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "nulib/php",
 | 
			
		||||
            "version": "dev-dev74",
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "path",
 | 
			
		||||
                "url": "../nulib",
 | 
			
		||||
                "reference": "2a50167241fe6b6d84d793aad748eb74c631eae9"
 | 
			
		||||
            "version": "0.4.1p74",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://git.univ-reunion.fr/sda-php/nulib.git",
 | 
			
		||||
                "reference": "a9f9cbb9e5000bfd13578c2e505b8e24f6a65ffe"
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
                "ext-json": "*",
 | 
			
		||||
@ -599,8 +599,6 @@
 | 
			
		||||
            "require-dev": {
 | 
			
		||||
                "ext-curl": "*",
 | 
			
		||||
                "ext-pcntl": "*",
 | 
			
		||||
                "ext-pdo": "*",
 | 
			
		||||
                "ext-pgsql": "*",
 | 
			
		||||
                "ext-posix": "*",
 | 
			
		||||
                "ext-sqlite3": "*",
 | 
			
		||||
                "nulib/tests": "^7.4"
 | 
			
		||||
@ -629,20 +627,18 @@
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "fonctions et classes essentielles",
 | 
			
		||||
            "transport-options": {
 | 
			
		||||
                "relative": true
 | 
			
		||||
            }
 | 
			
		||||
            "time": "2025-03-25T04:47:13+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "nulib/phpss",
 | 
			
		||||
            "version": "dev-dev74",
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "path",
 | 
			
		||||
                "url": "../nulib-phpss",
 | 
			
		||||
                "reference": "e902acb4461a9358de8cce0a534bfe0e63e8b100"
 | 
			
		||||
            "version": "0.4.0p74",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://git.univ-reunion.fr/sda-php/nulib-phpss.git",
 | 
			
		||||
                "reference": "1d8a88039f17242c72ff20cd01538b3fce8f8692"
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
                "nulib/php": "^7.4-dev",
 | 
			
		||||
                "nulib/php": "^0.4.0p74",
 | 
			
		||||
                "php": "^7.4",
 | 
			
		||||
                "phpoffice/phpspreadsheet": "^1.0"
 | 
			
		||||
            },
 | 
			
		||||
@ -673,17 +669,15 @@
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "wrapper pour phpoffice/phpspreadsheet",
 | 
			
		||||
            "transport-options": {
 | 
			
		||||
                "relative": true
 | 
			
		||||
            }
 | 
			
		||||
            "time": "2025-03-14T11:28:01+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "nulib/spout",
 | 
			
		||||
            "version": "dev-dev74",
 | 
			
		||||
            "dist": {
 | 
			
		||||
                "type": "path",
 | 
			
		||||
                "url": "../nulib-spout",
 | 
			
		||||
                "reference": "8d7512e2bff3dc333bb58130ac5500017db700ca"
 | 
			
		||||
            "version": "0.4.0p74",
 | 
			
		||||
            "source": {
 | 
			
		||||
                "type": "git",
 | 
			
		||||
                "url": "https://git.univ-reunion.fr/sda-php/nulib-spout.git",
 | 
			
		||||
                "reference": "b5836e61961838c7f6d6735cdb671d47e05315e0"
 | 
			
		||||
            },
 | 
			
		||||
            "require": {
 | 
			
		||||
                "ext-dom": "*",
 | 
			
		||||
@ -691,7 +685,7 @@
 | 
			
		||||
                "ext-libxml": "*",
 | 
			
		||||
                "ext-xmlreader": "*",
 | 
			
		||||
                "ext-zip": "*",
 | 
			
		||||
                "nulib/php": "^7.4-dev",
 | 
			
		||||
                "nulib/php": "^0.4.0p74",
 | 
			
		||||
                "php": "^7.4"
 | 
			
		||||
            },
 | 
			
		||||
            "replace": {
 | 
			
		||||
@ -729,9 +723,7 @@
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "description": "wrapper pour openspout/openspout",
 | 
			
		||||
            "transport-options": {
 | 
			
		||||
                "relative": true
 | 
			
		||||
            }
 | 
			
		||||
            "time": "2025-03-14T11:36:53+00:00"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "name": "nulib/tests",
 | 
			
		||||
@ -2945,11 +2937,7 @@
 | 
			
		||||
    ],
 | 
			
		||||
    "aliases": [],
 | 
			
		||||
    "minimum-stability": "stable",
 | 
			
		||||
    "stability-flags": {
 | 
			
		||||
        "nulib/php": 20,
 | 
			
		||||
        "nulib/spout": 20,
 | 
			
		||||
        "nulib/phpss": 20
 | 
			
		||||
    },
 | 
			
		||||
    "stability-flags": [],
 | 
			
		||||
    "prefer-stable": false,
 | 
			
		||||
    "prefer-lowest": false,
 | 
			
		||||
    "platform": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user