20250204
This commit is contained in:
7
vendor/sebastian/exporter/ChangeLog.md
vendored
7
vendor/sebastian/exporter/ChangeLog.md
vendored
@@ -2,12 +2,6 @@
|
||||
|
||||
All notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
|
||||
|
||||
## [7.0.0] - 2025-02-07
|
||||
|
||||
### Removed
|
||||
|
||||
* This component is no longer supported on PHP 8.2
|
||||
|
||||
## [6.3.0] - 2024-12-05
|
||||
|
||||
### Added
|
||||
@@ -184,7 +178,6 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt
|
||||
|
||||
* Remove HHVM-specific code that is no longer needed
|
||||
|
||||
[7.0.0]: https://github.com/sebastianbergmann/exporter/compare/6.3...main
|
||||
[6.3.0]: https://github.com/sebastianbergmann/exporter/compare/6.2.0...6.3.0
|
||||
[6.2.0]: https://github.com/sebastianbergmann/exporter/compare/6.1.3...6.2.0
|
||||
[6.1.3]: https://github.com/sebastianbergmann/exporter/compare/6.1.2...6.1.3
|
||||
|
2
vendor/sebastian/exporter/LICENSE
vendored
2
vendor/sebastian/exporter/LICENSE
vendored
@@ -1,6 +1,6 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2002-2025, Sebastian Bergmann
|
||||
Copyright (c) 2002-2024, Sebastian Bergmann
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
11
vendor/sebastian/exporter/composer.json
vendored
11
vendor/sebastian/exporter/composer.json
vendored
@@ -32,20 +32,19 @@
|
||||
},
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.3.0"
|
||||
"php": "8.2.0"
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"require": {
|
||||
"php": ">=8.3",
|
||||
"php": ">=8.2",
|
||||
"ext-mbstring": "*",
|
||||
"sebastian/recursion-context": "^7.0-dev"
|
||||
"sebastian/recursion-context": "^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^12.0-dev"
|
||||
"phpunit/phpunit": "^11.3"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
@@ -59,7 +58,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "7.0-dev"
|
||||
"dev-main": "6.1-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user