elegant-bro / arrayee
Installs: 2 107
Dependents: 1
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 2
Open Issues: 7
Requires
- php: >=7.3
- ext-json: *
- elegant-bro/interfaces: ^1.0
Requires (Dev)
- ext-simplexml: *
- php-coveralls/php-coveralls: ^2.4
- phpstan/phpstan: ^0.12.64
- phpstan/phpstan-phpunit: ^0.12.17
- phpunit/phpunit: ^9.5
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-10-24 15:42:03 UTC
README
Work with arrays in elegant way
For contributors
Pass all tests locally before create pull request.
Build test container and run all tests
make all
Other commands
# build the Dockerfile make build # install composer requirements make install # enter to container shell make shell # style check make style-check # run unit tests make unit # ensure coverage is 100% make coverage