diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4a3d13a..3c0e3ae 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -32,6 +32,10 @@ jobs: php: '8.1' - description: 'No Symfony specified' php: '8.2' + - description: 'No Symfony specified' + php: '8.3' + - description: 'No Symfony specified' + php: '8.4' - description: 'Lowest deps' php: '8.1' composer_option: '--prefer-lowest' @@ -41,11 +45,11 @@ jobs: php: '8.1' symfony: 5.4.* - description: 'Symfony 6.4' - php: '8.2' + php: '8.3' symfony: 6.4.* - description: 'Latest' - php: '8.3' - symfony: 7.0.* + php: '8.4' + symfony: 7.1.* name: PHP ${{ matrix.php }} tests (${{ matrix.description }}) steps: - name: Checkout diff --git a/composer.json b/composer.json index 40dd389..cdd7810 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "symfony/http-kernel": "^5.4 || ^6.0 || ^7.0" }, "require-dev": { - "phpunit/phpunit": "^10.5 || ^11.3" + "phpunit/phpunit": "^10.5 || ^11.5" }, "config": { "bin-dir": "bin", diff --git a/docs/index.md b/docs/index.md index 87307bf..a69f7a9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,27 +1,15 @@ -Documentation -============= +# Documentation ## Installation -Run from terminal: +Run from a terminal: ```bash -$ composer require pugx/shortid-doctrine-bundle +composer require pugx/shortid-doctrine-bundle ``` -If you don't use Flex, you need to manually enable bundle in your kernel: - -```php -Be aware: if you change `length` in this way, you **must** specify `length` option in every column definition. ->Moreover, you'll need to manually set column definition for ManyToOne mappings. +>Be aware: if you change the `length` in this way, you **must** specify the `length` option in every column definition. +>Moreover, you'll need to manually set the column definition for ManyToOne mappings. >For example: `` -You can also configure `readable` option instead of `alphabet`. Example: +You can also configure the `readable` option instead of `alphabet`. Example: ```yaml pugx_shortid_doctrine: