Skip to content

Commit dad473d

Browse files
committed
fix: php version for build
1 parent c7bc26c commit dad473d

File tree

4 files changed

+21
-16
lines changed

4 files changed

+21
-16
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@
1212
"App\\Extend\\": "extend/",
1313
"App\\Listeners\\": "listeners/"
1414
}
15+
},
16+
"config": {
17+
"platform": {
18+
"php": "7.2.33"
19+
}
1520
}
1621
}

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build]
22

3-
command = "composer install && npm run production"
3+
command = "npm run production"
44
publish = "build_production"
5-
environment = { PHP_VERSION = "7.3" }
5+
environment = { PHP_VERSION = "7.2" }
66

77
# Redirect old docs page in case people have it bookmarked.
88
[[redirects]]

source/_layouts/master.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@
9090
@stack('scripts')
9191

9292
<footer class="bg-white text-center text-sm mt-12 py-4" role="contentinfo">
93-
<ul class="flex flex-col md:flex-row justify-center list-reset">
93+
<ul class="flex flex-col md:flex-row items-center justify-center list-reset">
9494
<li class="md:mr-2">
95-
This project is maintained by the <a href="https://github.com/geocoder-php/?tab=members">awesome people.</a>
95+
This project is maintained by these <a href="https://github.com/geocoder-php/?tab=members">awesome people.</a>
9696

9797
</li>
9898
<li class="text-xs">

0 commit comments

Comments
 (0)