Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM thecodingmachine/php:8.0-v4-fpm
FROM thecodingmachine/php:8.4-v4-fpm

COPY ./ /var/www/html/

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Main goal is to provide best prepared starter-kit project for Nette developers.

Focused on:

- PHP 8.1+
- PHP 8.4+
- `nette/*` packages
- Doctrine ORM via `nettrine/*`
- Symfony components via `contributte/*`
Expand Down Expand Up @@ -132,7 +132,7 @@ composer create-project -s dev contributte/webapp-skeleton acme

Here is a list of all features you can find in this project.

- PHP 8.0+
- PHP 8.4+
- :package: Packages
- Nette 3+
- Contributte
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "MIT",
"type": "project",
"require": {
"php": ">=8.2",
"php": "^8.4",

"contributte/bootstrap": "^0.7.0",
"contributte/application": "^0.6.0",
Expand Down
Loading