Skip to content

Commit 19f4f28

Browse files
committed
Bump PHP to ^8.3
Resolves #33
1 parent 2f252d0 commit 19f4f28

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/on_pull_request.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@ jobs:
1313
max-parallel: 3
1414
matrix:
1515
php:
16-
- 7.3
17-
- 7.4
18-
- 8.0
19-
- 8.1
20-
- 8.2
2116
- 8.3
17+
- 8.4
2218
composer:
2319
- 2
2420
name: Test - php:${{ matrix.php }}; composer:${{ matrix.composer }}

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Rewritten smarty 'include' variant that was invented for use in XOOPS, but nowadays is used in some other PHP based CMS'es",
44
"type": "library",
55
"require": {
6-
"php": "^7.3 || ^8.0",
6+
"php": "^8.3",
77
"imponeer/smarty-extensions-contracts": "^3.0"
88
},
99
"license": "MIT",
@@ -18,6 +18,11 @@
1818
"Imponeer\\Smarty\\Extensions\\IncludeQ\\": "src/"
1919
}
2020
},
21+
"autoload-dev": {
22+
"psr-4": {
23+
"Imponeer\\Smarty\\Extensions\\IncludeQ\\Tests\\": "tests/"
24+
}
25+
},
2126
"keywords": [
2227
"smarty",
2328
"xoops",

0 commit comments

Comments
 (0)