Skip to content

Commit

Permalink
Add illuminate/support instead
Browse files Browse the repository at this point in the history
  • Loading branch information
tzsk committed Jan 21, 2021
1 parent 81cfa12 commit 3c1767a
Show file tree
Hide file tree
Showing 4 changed files with 4,505 additions and 4,080 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php-cs-fixer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Check & fix styling

on: [push]
on: [push, pull_request]

jobs:
php-cs-fixer:
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Psalm

on:
push:
paths:
- '**.php'
- 'psalm.xml.dist'
on: [push, pull_request]

jobs:
psalm:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
],
"require": {
"php": "^7.4",
"illuminate/support": "^7.0|^8.0",
"intervention/image": "^2.5"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"laravel/framework": "^7.0|^8.0",
"laravel/legacy-factories": "^1.0",
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^9.3",
Expand Down
Loading

0 comments on commit 3c1767a

Please sign in to comment.