Compare commits
4 Commits
d6d64991fa
...
590b4b1a7b
Author | SHA1 | Date | |
---|---|---|---|
590b4b1a7b | |||
049bfec80b | |||
f82e94f7ac | |||
b236f9c55c |
@ -1,3 +1,7 @@
|
||||
## Release 0.6.0p74 du 30/05/2025-22:43
|
||||
|
||||
modifier la dépendance de nulib/php à nulib/base
|
||||
|
||||
## Release 0.5.0p82 du 30/04/2025-04:43
|
||||
|
||||
## Release 0.5.0p74 du 30/04/2025-04:39
|
||||
|
@ -1 +1 @@
|
||||
0.5.0
|
||||
0.6.0
|
||||
|
@ -3,6 +3,10 @@
|
||||
"type": "library",
|
||||
"description": "wrapper pour openspout/openspout",
|
||||
"repositories": [
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib"
|
||||
},
|
||||
{
|
||||
"type": "path",
|
||||
"url": "../nulib-base"
|
||||
@ -28,7 +32,8 @@
|
||||
"ext-libxml": "*",
|
||||
"ext-xmlreader": "*",
|
||||
"ext-zip": "*",
|
||||
"php": "^7.4"
|
||||
"php": "^7.4",
|
||||
"nulib/php": "^7.4-dev"
|
||||
},
|
||||
"require-dev": {
|
||||
"nulib/tests": "^7.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user