Skip to content

Commit

Permalink
Updating dallgoot/yaml for PHP 8.2 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Sep 22, 2023
1 parent b16ad9a commit c7f841b
Show file tree
Hide file tree
Showing 260 changed files with 3,488 additions and 8,564 deletions.
445 changes: 0 additions & 445 deletions classes/vendor/composer/ClassLoader.php

This file was deleted.

21 changes: 0 additions & 21 deletions classes/vendor/composer/LICENSE

This file was deleted.

48 changes: 0 additions & 48 deletions classes/vendor/composer/autoload_classmap.php

This file was deleted.

9 changes: 0 additions & 9 deletions classes/vendor/composer/autoload_namespaces.php

This file was deleted.

10 changes: 0 additions & 10 deletions classes/vendor/composer/autoload_psr4.php

This file was deleted.

55 changes: 0 additions & 55 deletions classes/vendor/composer/autoload_real.php

This file was deleted.

74 changes: 0 additions & 74 deletions classes/vendor/composer/autoload_static.php

This file was deleted.

97 changes: 0 additions & 97 deletions classes/vendor/composer/installed.json

This file was deleted.

25 changes: 23 additions & 2 deletions classes/vendor/dallgoot/yaml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,30 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Actual version is not stable enough, nor finished, nor fully tested to be used in production
## 0.9.0.0

### Changed

- minimum PHP version supported is now 8.1.14
- autoloading for PSR-4 (sorry to have polluted autoloads files worldwide 😢)
- parsing in NodeFactory
- logic in Dallgoot\Yaml\Dumper

### Removed

- support for PHP before 8.1.14
- some dev dependencies
- Dallgoot\Yaml class replaced by Dallgoot\Yaml\Yaml

### Fixed

- PHP Notice reported by <https://github.com/stephanedupont> in <https://github.com/dallgoot/yaml/issues/9>
- dumping bug in Dallgoot\Yaml\DumperHandlers reported by <https://github.com/albosmart-ro> in <https://github.com/dallgoot/yaml/issues/7>>

## 0.3.2.0

this version is not stable enough, nor finished, nor fully tested to be used in production, please prefer the 1.0.0
Loading

0 comments on commit c7f841b

Please sign in to comment.