Skip to content

Commit b8fc210

Browse files
authored
Merge pull request #1670 from griidc/upgrade/use-php-82
Use PHP 8.2
2 parents 868c53a + b41e23e commit b8fc210

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ These instructions will get you a copy of the project up and running on your loc
99

1010
### Prerequisites
1111

12-
* [Redhat Linux 8](https://www.redhat.com/) - Redhat Linux or compatible
13-
* [ClamAV](https://www.clamav.net) - ClamAV® open source antivirus engine
14-
* [PHP 8.1+](http://php.net/docs.php) - General-purpose scripting language
15-
* [PostgreSQL 13+](https://www.postgresql.org) - ORDBMS
12+
* [Redhat Linux 8+](https://www.redhat.com/) - Redhat Linux or compatible
13+
* [PHP 8.2+](http://php.net/docs.php) - General-purpose scripting language
14+
* [Composer 2.8.2+](https://getcomposer.org/) - Dependency Manager for PHP
15+
* [Yarn 1.22.22+](https://yarnpkg.com/en/) - Package Manager
16+
* [PostgreSQL 14+](https://www.postgresql.org) - ORDBMS
17+
* [PostGIS 3.4.3](https://www.postgis.net/) - Geographic Information Systems Extensions to PostgreSQL
1618
* [Elasticsearch 7.17+](https://www.elastic.co/products/elasticsearch) - ElasticSearch Document Indexer
17-
* [Composer 2.5.1+](https://getcomposer.org/) - Dependency Manager for PHP
18-
* [Yarn 1.22.19+](https://yarnpkg.com/en/) - Package Manager
19+
* [Wkhtmltox 0.12.6.1+](https://wkhtmltopdf.org/) - PDF generation utility
20+
* [ClamAV](https://www.clamav.net) - ClamAV® open source antivirus engine
1921

2022
### Installation
2123

22-
Pelagos is a [Symfony 5.4+](https://symfony.com) project, please follow the normal configuration regarding setting up your webserver for a Symfony project.
24+
Pelagos is a [Symfony 6.4+](https://symfony.com) project, please follow the normal configuration regarding setting up your webserver for a Symfony project.
2325

2426
To install fullfill prerequisites then run:
2527
* `composer install`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/griidc/pelagos/",
77
"license": "BSD-2-Clause",
88
"require": {
9-
"php": "^8.1",
9+
"php": "^8.2",
1010
"ext-ctype": "*",
1111
"ext-curl": "*",
1212
"ext-fileinfo": "*",

composer.lock

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

0 commit comments

Comments
 (0)