Commit 4d65fb4
authored
Remove support for Arango 3.11 and fix dependencies issues (#13)
* fix: use 'sprintf' instead of string interpolation
* drop tests for arango 3.11 and add tests with PHP 8.4
* Update php.yml
* Update dependencies
* composer update + composer bump
* Small refactor on AQL namespace
* update .gitignore
* fix code sniffs
* Http namespace refactor1 parent 8a088e4 commit 4d65fb4
File tree
82 files changed
+847
-582
lines changed- .github/workflows
- src
- AQL
- Contracts
- Exceptions
- Functions
- Admin
- Task
- Auth
- Exceptions
- Batch
- Collection
- Contracts
- Index
- Connection
- Cursor
- Contracts
- Exceptions
- DataStructures
- Contracts
- Database
- Document
- Entity/Contracts
- Exceptions
- Storage
- Foxx
- Graph
- Traversal
- Http
- Transaction
- Contracts
- Validation
- Admin/Task
- Auth
- Collection
- Connection
- Document
- Exceptions
- Graph
- Rules
- Transaction
- View
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
82 files changed
+847
-582
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 13 | | |
55 | 14 | | |
56 | 15 | | |
57 | | - | |
| 16 | + | |
58 | 17 | | |
59 | 18 | | |
60 | | - | |
| 19 | + | |
61 | 20 | | |
62 | 21 | | |
63 | 22 | | |
64 | 23 | | |
65 | 24 | | |
66 | 25 | | |
67 | 26 | | |
68 | | - | |
| 27 | + | |
69 | 28 | | |
70 | 29 | | |
71 | 30 | | |
| |||
91 | 50 | | |
92 | 51 | | |
93 | 52 | | |
94 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
| |||
0 commit comments