We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 599120b + d627ca2 commit f9154eaCopy full SHA for f9154ea
1 file changed
README.md
@@ -18,21 +18,21 @@ Any type class that extends `Keboola\Datatype\Definition\Common` should provide
18
```
19
git clone https://github.com/keboola/php-datatypes
20
cd php-datatypes
21
-docker-compose build
22
-docker-compose run --rm dev composer install
+docker compose build
+docker compose run --rm dev composer install
23
24
25
## Tests Execution
26
Run tests with following command.
27
28
29
-docker-compose run --rm dev ./vendor/bin/phpunit
+docker compose run --rm dev ./vendor/bin/phpunit
30
31
32
## Coding Style
33
34
35
-docker-compose run --rm dev ./vendor/bin/phpcs --standard=psr2 --ignore=vendor -n .
+docker compose run --rm dev ./vendor/bin/phpcs --standard=psr2 --ignore=vendor -n .
36
37
38
## License
0 commit comments