Skip to content

Commit

Permalink
Remove needed patches (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Feb 27, 2024
1 parent 06405a8 commit 3297642
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
tools: composer:v2
ini-file: development

- name: Apply patch
run: composer config extra.patches.symfony/console --json --merge '["patches/Table.patch"]'
shell: bash

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
with:
Expand Down
2 changes: 0 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"webmozart/assert": "^1.10"
},
"require-dev": {
"cweagans/composer-patches": "^1.7",
"dereuromark/composer-prefer-lowest": "^0.1.10",
"ergebnis/composer-normalize": "^2.29",
"friendsofphp/php-cs-fixer": "^3.13.0",
Expand Down Expand Up @@ -60,7 +59,6 @@
],
"config": {
"allow-plugins": {
"cweagans/composer-patches": true,
"ergebnis/composer-normalize": true,
"infection/extension-installer": true
},
Expand Down
37 changes: 0 additions & 37 deletions patches/Table.patch

This file was deleted.

0 comments on commit 3297642

Please sign in to comment.