Skip to content

Commit ef8d7e2

Browse files
committed
r merge
2 parents e59f561 + bb8c8cb commit ef8d7e2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ Note that your HTTP status code must be different from 200 in order for AWS to r
193193

194194
I've just started a educational YouTube channel that will cover top IT trends in software development and DevOps: [config.sys](https://www.youtube.com/channel/UCIvUJ1iVRjJP_xL0CD7cMpg)
195195

196+
Also I'm glad to announce a new cool tool of mine – [GrammarCI](https://www.grammarci.com/), an automated typo/grammar checker for developers, as a part of the CI/CD pipeline.
197+
196198
## Implications
197199

198200
Note that AWS cron doesn't promise 100% time accuracy. Since cron tasks share the same queue with other jobs, your scheduled tasks may be processed later than expected.

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
],
1515
"require": {
1616
"php": ">=5.5.0",
17-
"illuminate/support": "5.*|^6.0|^7.0",
18-
"illuminate/queue": "5.*|^6.0|^7.0",
19-
"illuminate/bus": "5.*|^6.0|^7.0",
17+
"illuminate/support": "5.*|^6.0|^7.0|^8.0",
18+
"illuminate/queue": "5.*|^6.0|^7.0|^8.0",
19+
"illuminate/bus": "5.*|^6.0|^7.0|^8.0",
2020
"aws/aws-sdk-php": "~3.0",
21-
"illuminate/http": "5.*|^6.0|^7.0"
21+
"illuminate/http": "5.*|^6.0|^7.0|^8.0"
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "3.7.*",

0 commit comments

Comments
 (0)