Skip to content

Commit b841398

Browse files
committed
update dependencies, php runtime and legal texts
1 parent 8414e4f commit b841398

12 files changed

+1149
-926
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 JR Cologne
3+
Copyright (c) 2021 JR Cologne
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

app.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
runtime: php73
1+
runtime: php74
22

33
entrypoint: serve public/index.php
44

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "colognifornia/colognifornia.com",
33
"description": "The source code of colognifornia.com.",
44
"require": {
5-
"php": ">=7.3",
5+
"php": ">=7.4",
66
"slim/slim": "^4.2",
77
"slim/psr7": "^0.5.0",
88
"php-di/slim-bridge": "^3.0",

0 commit comments

Comments
 (0)