fix:repo cleanup
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
All notable changes to `sebastianbergmann/object-reflector` are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
|
||||
|
||||
## [5.0.0] - 2025-02-07
|
||||
|
||||
### Removed
|
||||
|
||||
* This component is no longer supported on PHP 8.2
|
||||
|
||||
## [4.0.1] - 2024-07-03
|
||||
|
||||
### Changed
|
||||
@@ -68,6 +74,7 @@ All notable changes to `sebastianbergmann/object-reflector` are documented in th
|
||||
|
||||
* Initial release
|
||||
|
||||
[5.0.0]: https://github.com/sebastianbergmann/object-reflector/compare/4.0...5.0.0
|
||||
[4.0.1]: https://github.com/sebastianbergmann/object-reflector/compare/4.0.0...4.0.1
|
||||
[4.0.0]: https://github.com/sebastianbergmann/object-reflector/compare/3.0...4.0.0
|
||||
[3.0.0]: https://github.com/sebastianbergmann/object-reflector/compare/2.0.4...3.0.0
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
BSD 3-Clause License
|
||||
|
||||
Copyright (c) 2017-2024, Sebastian Bergmann
|
||||
Copyright (c) 2017-2025, Sebastian Bergmann
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
[](https://packagist.org/packages/sebastian/object-reflector)
|
||||
[](https://packagist.org/packages/sebastian/object-reflector)
|
||||
[](https://github.com/sebastianbergmann/object-reflector/actions)
|
||||
[](https://codecov.io/gh/sebastianbergmann/object-reflector)
|
||||
|
||||
|
||||
+4
-4
@@ -16,16 +16,16 @@
|
||||
"prefer-stable": true,
|
||||
"config": {
|
||||
"platform": {
|
||||
"php": "8.2.0"
|
||||
"php": "8.3.0"
|
||||
},
|
||||
"optimize-autoloader": true,
|
||||
"sort-packages": true
|
||||
},
|
||||
"require": {
|
||||
"php": ">=8.2"
|
||||
"php": ">=8.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^11.0"
|
||||
"phpunit/phpunit": "^12.0"
|
||||
},
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
@@ -39,7 +39,7 @@
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "4.0-dev"
|
||||
"dev-main": "5.0-dev"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user