87 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			87 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "nur/ture",
 | |
| 	"type": "library",
 | |
| 	"description": "espace de maturation pour les librairies",
 | |
| 	"repositories": [
 | |
| 		{
 | |
| 			"type": "composer",
 | |
| 			"url": "https://repos.univ-reunion.fr/composer"
 | |
| 		}
 | |
| 	],
 | |
| 	"extra": {
 | |
| 		"branch-alias": {
 | |
| 			"dev-dev74": "7.4.x-dev",
 | |
| 			"dev-dev82": "8.2.x-dev"
 | |
| 		}
 | |
| 	},
 | |
| 	"require": {
 | |
| 		"php": "^7.4"
 | |
| 	},
 | |
| 	"require-dev": {
 | |
| 		"nulib/base": "^0.7.0p74",
 | |
| 		"nulib/spout": "^0.7.0p74",
 | |
| 		"nulib/phpss": "^0.7.0p74",
 | |
| 		"nulib/tests": "^7.4",
 | |
| 		"ext-posix": "*",
 | |
| 		"ext-pcntl": "*",
 | |
| 		"ext-fileinfo": "*",
 | |
| 		"ext-mbstring": "*",
 | |
| 		"ext-bcmath": "*",
 | |
| 		"ext-zip": "*",
 | |
| 		"ext-json": "*",
 | |
| 		"ext-iconv": "*",
 | |
| 		"ext-curl": "*",
 | |
| 		"ext-tidy": "*",
 | |
| 		"ext-ldap": "*",
 | |
| 		"ext-oci8": "*",
 | |
| 		"ext-pdo": "*",
 | |
| 		"ext-pgsql": "*",
 | |
| 		"ext-sqlite3": "*"
 | |
| 	},
 | |
| 	"replace": {
 | |
| 		"nur/tests": "dev-master",
 | |
| 		"nur/base": "dev-wip",
 | |
| 		"nur/v-bs3": "dev-wip",
 | |
| 		"nur/m-pdo": "dev-wip",
 | |
| 		"nur/m-oracle": "dev-wip",
 | |
| 		"nur/m-pgsql": "dev-wip",
 | |
| 		"nur/mapper": "dev-wip",
 | |
| 		"nur/passwd": "dev-wip",
 | |
| 		"nur/ldap": "dev-wip",
 | |
| 		"nur/sery": "*"
 | |
| 	},
 | |
| 	"autoload": {
 | |
| 		"psr-4": {
 | |
| 			"nulib\\": "src",
 | |
| 			"nur\\": "nur_src",
 | |
| 			"cli\\": "cli"
 | |
| 		},
 | |
| 		"files": [
 | |
| 			"nur_autoload.php"
 | |
| 		]
 | |
| 	},
 | |
| 	"autoload-dev": {
 | |
| 		"psr-4": {
 | |
| 			"nulib\\": "tests",
 | |
| 			"nur\\": "nur_tests"
 | |
| 		}
 | |
| 	},
 | |
| 	"bin": [
 | |
| 		"bin/csv2xlsx.php",
 | |
| 		"nur_bin/compctl.php",
 | |
| 		"nur_bin/compdep.php",
 | |
| 		"nur_bin/datectl.php",
 | |
| 		"nur_bin/fsvdiff.php",
 | |
| 		"nur_bin/nur-cachectl.php",
 | |
| 		"nur_bin/ldap-delete.php",
 | |
| 		"nur_bin/ldap-get-infos.php",
 | |
| 		"nur_bin/ldap-search.php"
 | |
| 	],
 | |
| 	"authors": [
 | |
| 		{
 | |
| 			"name": "Jephte Clain",
 | |
| 			"email": "Jephte.Clain@univ-reunion.fr"
 | |
| 		}
 | |
| 	]
 | |
| }
 |