Skip to content

0.1.1

Choose a tag to compare

@galatanovidiu galatanovidiu released this 09 Jul 09:27
· 9 commits to trunk since this release

Fix Composer PHP constraint for PHP 8.x installs.

  • composer.json: change php requirement from ^7.4 to ^7.4 || ^8.0
  • Composer treats ^7.4 as PHP 7.4 only; PHP 8 users could not composer require the package

```bash
composer require galatanovidiu/abilities-rest-adapter
```