amethyst / attribute-schema
v0.3.4
2024-04-06 12:34 UTC
Requires
- php: >=8.2
- amethyst/core: 0.3.*
- amethyst/relation-schema: 0.3.*
- doctrine/dbal: ^3.6
Requires (Dev)
- amethyst/foo: 0.3.*
- friendsofphp/php-cs-fixer: ^3.52
- orchestra/testbench: *
This package is auto-updated.
Last update: 2024-11-06 14:03:14 UTC
README
Requirements
PHP 8.2 and later.
Installation
You can install it via Composer by typing the following command:
composer require amethyst/attribute-schema
The package will automatically register itself.
Documentation
Testing
- Clone this repository
- Copy the default
phpunit.xml.dist
tophpunit.xml
- Change the environment variables as you see fit
- Launch
./vendor/bin/phpunit