20250204
This commit is contained in:
@@ -2,12 +2,6 @@
|
||||
|
||||
All notable changes to `sebastianbergmann/object-enumerator` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
|
||||
|
||||
## [7.0.0] - 2025-02-07
|
||||
|
||||
### Removed
|
||||
|
||||
* This component is no longer supported on PHP 8.2
|
||||
|
||||
## [6.0.1] - 2024-07-03
|
||||
|
||||
### Changed
|
||||
@@ -98,7 +92,6 @@ All notable changes to `sebastianbergmann/object-enumerator` are documented in t
|
||||
|
||||
* Initial release
|
||||
|
||||
[7.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/6.0...main
|
||||
[6.0.1]: https://github.com/sebastianbergmann/object-enumerator/compare/6.0.0...6.0.1
|
||||
[6.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/5.0...6.0.0
|
||||
[5.0.0]: https://github.com/sebastianbergmann/object-enumerator/compare/4.0.4...5.0.0
|
||||
|
2
vendor/sebastian/object-enumerator/LICENSE
vendored
2
vendor/sebastian/object-enumerator/LICENSE
vendored
@@ -1,6 +1,6 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2016-2025, Sebastian Bergmann
|
||||
Copyright (c) 2016-2024, Sebastian Bergmann
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
2
vendor/sebastian/object-enumerator/README.md
vendored
2
vendor/sebastian/object-enumerator/README.md
vendored
@@ -1,4 +1,4 @@
|
||||
[](https://packagist.org/packages/sebastian/object-enumerator)
|
||||
[](https://packagist.org/packages/sebastian/object-enumerator)
|
||||
[](https://github.com/sebastianbergmann/object-enumerator/actions)
|
||||
[](https://codecov.io/gh/sebastianbergmann/object-enumerator)
|
||||
|
||||
|
13
vendor/sebastian/object-enumerator/composer.json
vendored
13
vendor/sebastian/object-enumerator/composer.json
vendored
@@ -13,22 +13,21 @@
|
||||
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
||||
"security": "https://github.com/sebastianbergmann/object-enumerator/security/policy"
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.3.0"
|
||||
"php": "8.2.0"
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.3",
|
||||
"sebastian/object-reflector": "^5.0",
|
||||
"sebastian/recursion-context": "^7.0"
|
||||
"php": ">=8.2",
|
||||
"sebastian/object-reflector": "^4.0",
|
||||
"sebastian/recursion-context": "^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^12.0-dev"
|
||||
"phpunit/phpunit": "^11.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
@@ -42,7 +41,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "7.0-dev"
|
||||
"dev-main": "6.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user