scriptotek / php-marc

Simple interface for working with MARC records using the File_MARC package
MIT License
52 stars 11 forks source link

Update to pear/file_marc@dev #26

Closed danmichaelo closed 8 months ago

danmichaelo commented 8 months ago

File_MARC was updated for PHP 8.1 compability in https://github.com/pear/File_MARC/pull/19 , but there hasn't been a new release, so I'm switching to use @dev

Also fixed tests and added PHP 8.3 as test target.