Skip to content

Commit d2d4c0c

Browse files
committed
alignment with cphalcon
Refs phalcon#6.0.x
1 parent 0fdcc73 commit d2d4c0c

File tree

565 files changed

+3588
-3364
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

565 files changed

+3588
-3364
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
php: [ '7.4', '8.0' ]
54+
php: [ '8.0', '8.1' ]
5555
ts: [ 'nts', 'ts' ]
5656
arch: [ 'x64' ]
5757

@@ -63,7 +63,7 @@ jobs:
6363
# {php}-{ts}-{os.name}-{compiler}-{arch}
6464
include:
6565
# Linux
66-
- { name: ubuntu-gcc, os: ubuntu-18.04, compiler: gcc }
66+
- { name: ubuntu-gcc, os: ubuntu-latest, compiler: gcc }
6767
# macOS
6868
- { name: macos-clang, os: macos-10.15, compiler: clang }
6969
# Windows

CODE_OWNERS.TXT

+4-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ beautification by scripts. The fields are: name (N), email (E), web-address
1111
The sample of querying command to search PECL keyword:
1212
awk -v RS='' -v ORS='\n\n' '/\nD: .*PECL/' CODE_OWNERS.TXT
1313

14-
N: Ruud Boon
15-
16-
W: https://ruudboon.io
17-
P: 0xF2E9F914DFA1BCD7
18-
D: PECL and all parts of Phalcon not covered by someone else
14+
N: Anton Vasiliev
15+
16+
P:
17+
D: PECL, CI/CD Integration, Zephir support, Parsers and Scanners, Volt, Annotation, PHQL support
1918

2019
N: Nikolaos Dimopoulos
2120

composer.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"license": "MIT",
1212
"require": {
13-
"php": ">=7.4 <9.0",
13+
"php": ">=8.0 <9.0",
1414
"ext-apcu": "*",
1515
"ext-igbinary": "*",
1616
"ext-json": "*",
@@ -19,11 +19,7 @@
1919
"ext-redis": "*",
2020
"ext-xml": "*",
2121
"payload-interop/payload-interop": "^1.0",
22-
"phalcon/traits": "^1.0",
23-
"psr/http-factory": "^1.0",
24-
"psr/http-message": "^1.0",
25-
"psr/http-server-handler": "^1.0",
26-
"psr/http-server-middleware": "^1.0"
22+
"phalcon/traits": "^1.0"
2723
},
2824
"suggest": {
2925
"ext-yaml": "*",

0 commit comments

Comments
 (0)