Skip to content

Commit 6747c1b

Browse files
committed
Try to fix CI
1 parent 489c8bc commit 6747c1b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
.idea/
12
vendor/
23
.php_cs.cache
34
composer.lock
45
composer.phar
56
phpunit.xml
6-
.idea/

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Eloquent boolean & timestamp flagged attributes behavior. Enhance eloquent model
2323
- [Contributing](#contributing)
2424
- [Testing](#testing)
2525
- [Security](#security)
26-
- [Credits](#credits)
26+
- [Contributors](#contributors)
2727
- [Alternatives](#alternatives)
2828
- [License](#license)
2929
- [About CyberCog](#about-cybercog)
@@ -128,11 +128,10 @@ vendor/bin/phpunit
128128

129129
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
130130

131-
## Credits
131+
## Contributors
132132

133-
| | @mention |
134-
|---|---|
135-
| ![@a-komarev](https://avatars2.githubusercontent.com/u/1849174?s=64) | [@a-komarev](https://github.com/a-komarev) |
133+
| <a href="https://github.com/a-komarev">![@a-komarev](https://avatars.githubusercontent.com/u/1849174?s=110)<br />Anton Komarev</a> | <a href="https://github.com/zagreusinoz">![@zagreusinoz](https://avatars.githubusercontent.com/u/16147285?s=110)<br />zagreusinoz</a> |
134+
| :---: | :---: |
136135

137136
[Eloquent Flag contributors list](../../contributors)
138137

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"mockery/mockery": "^0.9.8",
6262
"orchestra/database": "~3.4.0|~3.5.0",
6363
"orchestra/testbench": "~3.4.0|~3.5.0",
64-
"phpunit/phpunit": "^6.2"
64+
"phpunit/phpunit": "^5.7|^6.2"
6565
},
6666
"autoload": {
6767
"psr-4": {

0 commit comments

Comments
 (0)