Skip to content

Commit 3d69923

Browse files
Feature correct cs fixer version (#26)
* ✨ Added issue templates * wip * 📝 * Correct cs fixer version * Fix bug causing the middleware to never work
1 parent d1adffa commit 3d69923

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/php-cs-fixer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v2
1212

1313
- name: Fix style
14-
uses: docker://oskarstark/php-cs-fixer-ga
14+
uses: docker://oskarstark/php-cs-fixer-ga:2.18.6
1515
with:
1616
args: --config=.php_cs --allow-risky=yes
1717

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
All notable changes to `laravel-prerender` will be documented in this file.
44

5-
## Not released
5+
## 3.1.1 - 2021-05-21
6+
7+
- Fix bug causing the middleware to never work https://github.com/codebar-ag/laravel-prerender/pull/25
68

79
## 3.1.0 - 2021-04-28
810

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ http://localhost:3000/render?url=https://domain.test
342342
curl -A Googlebot https://domain.test
343343
```
344344

345-
6. 🎉 You made it. You should see your prerendered html!
345+
6. 🎉 That's it — you should see the prerendered html!
346346

347347
## 📝 Changelog
348348

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"symfony/psr-http-message-bridge": "^1.3|^2.0"
3535
},
3636
"require-dev": {
37-
"friendsofphp/php-cs-fixer": "^2.16",
37+
"friendsofphp/php-cs-fixer": "2.18.6",
3838
"orchestra/testbench": "^4.0|^5.0|^6.0",
3939
"phpunit/phpunit": "^8.4|^9.0"
4040
},

0 commit comments

Comments
 (0)