Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Update symfony/web-profiler-bundle requirement from ^5.4 to ^6.0 #17

Closed
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
23 changes: 23 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "all"
groups:
symfony:
patterns:
- "symfony*"
update-types:
- "minor"
- "patch"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
32 changes: 0 additions & 32 deletions .github/workflows/php.yml

This file was deleted.

26 changes: 10 additions & 16 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# It checks the syntax of the PHP code (using PHP-CS-Fixer)
name: "Linter: Code Syntax"

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
on: [push, pull_request]
jobs:
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# see https://github.com/OskarStark/php-cs-fixer-ga
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --diff --dry-run
php-cs-fixer:
name: PHP-CS-Fixer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PHP-CS-Fixer
uses: docker://oskarstark/php-cs-fixer-ga
with:
args: --config=.project.php_cs --dry-run
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"squizlabs/php_codesniffer": "^3.6",
"symfony/dotenv": "^5.4",
"symfony/maker-bundle": "^1.31",
"symfony/web-profiler-bundle": "^5.4"
"symfony/web-profiler-bundle": "^6.0"
},
"config": {
"optimize-autoloader": true,
Expand Down