Compare commits
4 Commits
23506e5eaa
...
1175d0c852
Author | SHA1 | Date | |
---|---|---|---|
1175d0c852 | |||
b9995132d8 | |||
2298a04006 | |||
b305ffe704 |
@ -1,3 +1,5 @@
|
||||
## Release 0.6.0p82 du 30/05/2025-23:39
|
||||
|
||||
## Release 0.6.0p74 du 30/05/2025-23:35
|
||||
|
||||
migrer de nulib/php à nulib/base
|
||||
|
46
composer.lock
generated
46
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": "2dc79f259fa01ba2a990fbcb8fcec728",
|
||||
"content-hash": "8e17bb2f6d72aeebad6bb96c3e013db5",
|
||||
"packages": [],
|
||||
"packages-dev": [
|
||||
{
|
||||
@ -391,11 +391,11 @@
|
||||
},
|
||||
{
|
||||
"name": "nulib/base",
|
||||
"version": "dev-dev74",
|
||||
"version": "dev-dev82",
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../nulib-base",
|
||||
"reference": "a319baec05c4022edc07f738a9f4cbad3e486b82"
|
||||
"reference": "df7cd5b127e6ec63a98a28c1b4f1a82167738e0c"
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
@ -448,12 +448,12 @@
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../nulib-phpss",
|
||||
"reference": "bed69e608189be07e2a5d76940866e340a2264de"
|
||||
"reference": "fc56aadc042b37d37146767852bf8f2eb87b17fd"
|
||||
},
|
||||
"require": {
|
||||
"nulib/base": "^7.4-dev",
|
||||
"php": "^7.4",
|
||||
"phpoffice/phpspreadsheet": "^1.0"
|
||||
"nulib/base": "^8.2-dev",
|
||||
"php": "^8.2",
|
||||
"phpoffice/phpspreadsheet": "^3.3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"nulib/tests": "^8.2"
|
||||
@ -492,7 +492,7 @@
|
||||
"dist": {
|
||||
"type": "path",
|
||||
"url": "../nulib-spout",
|
||||
"reference": "cc2bce3c206bd6b0a0405269db348d3936cf69f3"
|
||||
"reference": "311f30a3dcf5ced559b02ea88c88100c23c975be"
|
||||
},
|
||||
"require": {
|
||||
"ext-dom": "*",
|
||||
@ -501,8 +501,8 @@
|
||||
"ext-libxml": "*",
|
||||
"ext-xmlreader": "*",
|
||||
"ext-zip": "*",
|
||||
"nulib/base": "^7.4-dev",
|
||||
"php": "^7.4"
|
||||
"nulib/base": "^8.2-dev",
|
||||
"php": "^8.2"
|
||||
},
|
||||
"replace": {
|
||||
"openspout/openspout": "v4.27.0"
|
||||
@ -2366,16 +2366,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/deprecation-contracts",
|
||||
"version": "v3.5.1",
|
||||
"version": "v3.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||||
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
|
||||
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
||||
"reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
||||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
||||
"reference": "63afe740e99a13ba87ec199bb07bbdee937a5b62",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2388,7 +2388,7 @@
|
||||
"name": "symfony/contracts"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-main": "3.5-dev"
|
||||
"dev-main": "3.6-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
@ -2413,7 +2413,7 @@
|
||||
"description": "A generic function and convention to trigger deprecation notices",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
|
||||
"source": "https://github.com/symfony/deprecation-contracts/tree/v3.6.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -2429,7 +2429,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-09-25T14:20:29+00:00"
|
||||
"time": "2024-09-25T14:21:43+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
@ -2512,16 +2512,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v7.2.6",
|
||||
"version": "v7.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "0feafffb843860624ddfd13478f481f4c3cd8b23"
|
||||
"reference": "cea40a48279d58dc3efee8112634cb90141156c2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/0feafffb843860624ddfd13478f481f4c3cd8b23",
|
||||
"reference": "0feafffb843860624ddfd13478f481f4c3cd8b23",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/cea40a48279d58dc3efee8112634cb90141156c2",
|
||||
"reference": "cea40a48279d58dc3efee8112634cb90141156c2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2564,7 +2564,7 @@
|
||||
"description": "Loads and dumps YAML files",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/yaml/tree/v7.2.6"
|
||||
"source": "https://github.com/symfony/yaml/tree/v7.3.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -2580,7 +2580,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-04-04T10:10:11+00:00"
|
||||
"time": "2025-04-04T10:10:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
|
Loading…
x
Reference in New Issue
Block a user