Skip to content

Commit 02c582f

Browse files
fxikf3l1x
authored andcommitted
Upgrade gui-skeleton to PHP 8.4
1 parent 706bb6d commit 02c582f

10 files changed

Lines changed: 336 additions & 313 deletions

File tree

.github/workflows/codesniffer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
name: "Codesniffer"
1616
uses: contributte/.github/.github/workflows/codesniffer.yml@master
1717
with:
18-
php: "8.2"
18+
php: "8.4"

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
name: "Phpunit"
1616
uses: contributte/.github/.github/workflows/nette-tester-coverage-v2.yml@master
1717
with:
18-
php: "8.2"
18+
php: "8.4"
1919
make: "init coverage"

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
name: "Phpstan"
1616
uses: contributte/.github/.github/workflows/phpstan.yml@master
1717
with:
18-
php: "8.2"
18+
php: "8.4"
1919
make: "init phpstan"

.github/workflows/tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,9 @@ on:
1111
- cron: "0 8 * * 1"
1212

1313
jobs:
14-
test83:
14+
test84:
1515
name: "Nette Tester"
1616
uses: contributte/.github/.github/workflows/nette-tester.yml@master
1717
with:
18-
php: "8.3"
19-
make: "init tests"
20-
21-
test82:
22-
name: "Nette Tester"
23-
uses: contributte/.github/.github/workflows/nette-tester.yml@master
24-
with:
25-
php: "8.2"
18+
php: "8.4"
2619
make: "init tests"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This is a comprehensive example project showcasing the integration of various Co
2424

2525
### Key Features
2626

27-
- Built with PHP 8.2+
27+
- Built with PHP 8.4+
2828
- Powered by Nette framework packages
2929
- Integrated Contributte packages
3030
- Comprehensive code quality tools:

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"license": "MIT",
1313
"type": "project",
1414
"require": {
15-
"php": ">=8.2",
15+
"php": ">=8.4",
1616

1717
"contributte/application": "^0.6",
18-
"contributte/bootstrap": "^0.6",
18+
"contributte/bootstrap": "^0.7",
1919
"contributte/cache": "^0.7",
2020
"contributte/di": "^0.6.0",
21-
"contributte/forms": "^0.6",
21+
"contributte/forms": "^0.7@dev",
2222
"contributte/forms-bootstrap": "^0.8.3",
2323
"contributte/forms-wizard": "^4.0.0",
24-
"contributte/http": "^0.4.1",
24+
"contributte/http": "^0.5",
2525
"contributte/security": "^0.5",
2626
"contributte/utils": "^0.7.0",
27-
"contributte/latte": "^0.6",
28-
"contributte/tracy": "^0.6",
27+
"contributte/latte": "^0.7",
28+
"contributte/tracy": "^0.7",
2929
"contributte/recaptcha": "^4.0.2"
3030
},
3131
"require-dev": {

0 commit comments

Comments
 (0)