Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/coding-standards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

- name: Install PHP
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
coverage: none
php-version: ${{ matrix.php-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

- name: Install PHP
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
coverage: none
php-version: ${{ matrix.php-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

- name: Install PHP
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
php-version: ${{ matrix.php-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

- name: Install PHP
uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1
uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240 # 2.37.2
with:
coverage: none
php-version: ${{ matrix.php-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zizmor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Demo project for Leapt bundles

Simple Symfony project setup to test some Leapt bundles.

Requires PHP 8.4+ as it runs Symfony 8.0.
Requires PHP 8.4+ as it runs Symfony 8.1.

Currently configured:

Expand Down
48 changes: 24 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,44 +6,44 @@
"php": ">=8.4.0",
"ext-ctype": "*",
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^3.2.2",
"doctrine/doctrine-bundle": "^3.2.4",
"doctrine/doctrine-migrations-bundle": "^4.0.0",
"doctrine/orm": "^3.6.6",
"doctrine/orm": "^3.6.7",
"league/flysystem-async-aws-s3": "^3.31.0",
"league/flysystem-aws-s3-v3": "^3.34.0",
"league/flysystem-bundle": "^3.7.0",
"leapt/core-bundle": "^6.0.0",
"leapt/froala-editor-bundle": "^1.8.0",
"leapt/slug-type-bundle": "^1.5",
"symfony/asset": "8.0.*",
"symfony/asset-mapper": "8.0.*",
"symfony/console": "8.0.*",
"symfony/dotenv": "8.0.*",
"symfony/flex": "^2.10.0",
"symfony/framework-bundle": "8.0.*",
"symfony/runtime": "8.0.*",
"symfony/stimulus-bundle": "^3.0.0",
"symfony/twig-bundle": "8.0.*",
"symfony/yaml": "8.0.*",
"symfony/asset": "8.1.*",
"symfony/asset-mapper": "8.1.*",
"symfony/console": "8.1.*",
"symfony/dotenv": "8.1.*",
"symfony/flex": "^2.11.0",
"symfony/framework-bundle": "8.1.*",
"symfony/runtime": "8.1.*",
"symfony/stimulus-bundle": "^3.1.0",
"symfony/twig-bundle": "8.1.*",
"symfony/yaml": "8.1.*",
"twig/extra-bundle": "^3.24.0",
"twig/twig": "^3.26.0"
"twig/twig": "^3.27.1"
},
"require-dev": {
"kocal/biome-js-bundle": "^2.1.2",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.1.55",
"phpstan/phpstan": "^2.2.2",
"phpstan/phpstan-deprecation-rules": "^2.0.4",
"phpstan/phpstan-doctrine": "^2.0.22",
"phpstan/phpstan-symfony": "^2.0.18",
"phpunit/phpunit": "^13.1.11",
"symfony/browser-kit": "8.0.*",
"symfony/css-selector": "8.0.*",
"symfony/debug-bundle": "8.0.*",
"phpstan/phpstan-doctrine": "^2.0.27",
"phpstan/phpstan-symfony": "^2.0.19",
"phpunit/phpunit": "^13.2.0",
"symfony/browser-kit": "8.1.*",
"symfony/css-selector": "8.1.*",
"symfony/debug-bundle": "8.1.*",
"symfony/maker-bundle": "^1.67.0",
"symfony/monolog-bundle": "^4.0.2",
"symfony/stopwatch": "8.0.*",
"symfony/web-profiler-bundle": "8.0.*",
"symplify/easy-coding-standard": "^13.1.3",
"symfony/stopwatch": "8.1.*",
"symfony/web-profiler-bundle": "8.1.*",
"symplify/easy-coding-standard": "^13.2.1",
"vincentlanglet/twig-cs-fixer": "^3.14",
"zenstruck/foundry": "^2.10.1"
},
Expand Down Expand Up @@ -101,7 +101,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "8.0.*"
"require": "8.1.*"
}
}
}
Loading