Skip to content

Commit e876ad4

Browse files
committed
Add tests
Add gitignore Fix
1 parent 3cbaa62 commit e876ad4

File tree

14 files changed

+204
-3778
lines changed

14 files changed

+204
-3778
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vendor
2+
composer.lock

README.md

Whitespace-only changes.

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"pdffiller/qless-php": "^3.1"
1919
},
2020
"require-dev": {
21-
"orchestra/testbench": "^3.7",
21+
"illuminate/events": "5.6.*|5.7.*",
22+
"orchestra/testbench": "~3.0",
2223
"phpunit/phpunit": ">=5.3 <8.0"
2324
},
2425
"autoload": {

0 commit comments

Comments
 (0)