Skip to content

Commit 15f1c84

Browse files
committed
housekeeping
1 parent ae27788 commit 15f1c84

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.styleci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
preset: laravel
2-
3-
linting: true

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: php
33
php:
44
- 7.0
55
- 7.1
6+
- 7.2
67

78
env:
89
matrix:

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The MIT License (MIT)
22

3-
Copyright (c) 2017 Spatie bvba <[email protected]>
3+
Copyright (c) Spatie bvba <[email protected]>
44

55
> Permission is hereby granted, free of charge, to any person obtaining a copy
66
> of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
},
3131
"require-dev": {
3232
"mockery/mockery": "^0.9.5",
33-
"orchestra/database": "~3.4.0@dev",
34-
"orchestra/testbench": "~3.4.0@dev",
33+
"orchestra/database": "~3.4.0",
34+
"orchestra/testbench": "~3.4.0",
3535
"phpunit/phpunit": "^5.7"
3636
},
3737
"autoload": {

0 commit comments

Comments
 (0)