Skip to content

Commit

Permalink
psr-ext fix wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrolli committed Dec 6, 2023
1 parent 0754ed2 commit 71891c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
php-version: "8.2"
coverage: none

- name: Check PHP install
- name: Remove PHP-PSR Extension
run: |
sudo rm /etc/php8.2-sp/conf.d/EXTENSION.ini
sudo service php8.2-fpm-sp restart
sudo dpkg --get-selections | grep php
- name: Install dependencies
Expand Down
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@
"spatie/laravel-ignition": "^2.3",
"spatie/laravel-ray": "^1.33"
},
"conflict": {
"ext-psr": "*"
},
"autoload": {
"psr-4": {
"App\\": "app/",
Expand Down

0 comments on commit 71891c4

Please sign in to comment.