nette / schema

📐 Validating data structures against a given Schema.
https://doc.nette.org/schema
Other
905 stars 26 forks source link

PHP 8.3 support #57

Closed driesvints closed 1 year ago

driesvints commented 1 year ago

Hi there! I'm working on PHP 8.3 support for the Laravel framework. We use league/commonmark for markdown rendering which has an indirect downstream dependency on this library so I'm sending in this PR to add PHP 8.3 support. Thanks for considering!

driesvints commented 1 year ago

@dg could you approve the workflows here maybe? Then I can fix the tests.

dg commented 1 year ago

Hi, I just added support for PHP 8.3 today, it's in the dev branches.