-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (53 loc) · 1.38 KB
/
composer.json
File metadata and controls
54 lines (53 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
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
{
"name": "abdal/phpian-render",
"description": " Abdal Phpian Render is a comprehensive PHP package for fixing and improving the display of Persian texts in graphical environments. This package solves common text display issues in libraries such as GD Library, FPDF, and TCPDF, providing full Right-to-Left (RTL) support.",
"type": "library",
"version": "1.4.5",
"keywords": [
"persian",
"arabic",
"rtl",
"ebrasha",
"ebrahim-shafiei",
"abdal",
"phpian-render",
"phpian-render-library",
"phpian-render-package",
"bidi",
"text-rendering",
"gd",
"fpdf",
"tcpdf"
],
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Ebrahim Shafiei",
"email": "Prof.Shafiei@Gmail.com",
"role": "Developer"
}
],
"require": {
"php": "^8.1",
"symfony/polyfill-mbstring": "^1.28"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
"Abdal\\PhpianRender\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Abdal\\PhpianRender\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
},
"minimum-stability": "stable",
"prefer-stable": true
}