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

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ux.symfony.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2

- name: Install dependencies
uses: ramsey/composer-install@v2
Expand Down
2 changes: 1 addition & 1 deletion ux.symfony.com/.platform.app.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app

type: php:8.1
type: php:8.2

dependencies:
php:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions ux.symfony.com/assets/images/pwa/component.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ux.symfony.com/assets/images/pwa/favicon.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions ux.symfony.com/assets/images/pwa/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ux.symfony.com/assets/images/pwa/turbo-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions ux.symfony.com/assets/images/pwa/turbo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions ux.symfony.com/assets/sw.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// *** Workbox Bundle rules ***
//WORKBOX_IMPORT_PLACEHOLDER
//STANDARD_RULES_PLACEHOLDER
//OFFLINE_FALLBACK_PLACEHOLDER
//WIDGETS_PLACEHOLDER
4 changes: 4 additions & 0 deletions ux.symfony.com/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"kornrunner/blurhash": "^1.2.2",
"league/commonmark": "^2.4",
"pagerfanta/twig": "^3.8",
"spomky-labs/phpwa": "^1.0",
"symfony/asset": "6.4.*",
"symfony/asset-mapper": "6.4.*",
"symfony/console": "6.4.*",
Expand All @@ -25,6 +26,7 @@
"symfony/form": "6.4.*",
"symfony/framework-bundle": "6.4.*",
"symfony/mercure-bundle": "^0.3.7",
"symfony/mime": "6.4.*",
"symfony/monolog-bundle": "^3.8",
"symfony/notifier": "6.4.*",
"symfony/proxy-manager-bridge": "6.4.*",
Expand Down Expand Up @@ -116,11 +118,13 @@
}
},
"require-dev": {
"dbrekelmans/bdi": "^1.1",
"phpunit/phpunit": "^9.6.9",
"symfony/browser-kit": "6.4.*",
"symfony/css-selector": "6.4.*",
"symfony/debug-bundle": "6.4.*",
"symfony/maker-bundle": "^1.49",
"symfony/panther": "^2.1",
"symfony/phpunit-bridge": "6.4.*",
"symfony/stopwatch": "6.4.*",
"symfony/web-profiler-bundle": "6.4.*",
Expand Down
Loading