Compare commits
No commits in common. "0ed5a7a7f511045601ec6ce016c21556b8098812" and "b3b2ca06275b024b9a59b0db55e3fc3ff2faecbd" have entirely different histories.
0ed5a7a7f5
...
b3b2ca0627
|
@ -1,4 +0,0 @@
|
||||||
[ViewState]
|
|
||||||
Mode=
|
|
||||||
Vid=
|
|
||||||
FolderType=Generic
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"name": "zelda/escpos-php",
|
||||||
|
"type": "project",
|
||||||
|
"license": "MIT",
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Zelda\\EscposPhp\\": "src/"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Zelda Ababil",
|
||||||
|
"email": "zeldaababil01@gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.3.0",
|
||||||
|
"ext-json": "*",
|
||||||
|
"ext-intl": "*",
|
||||||
|
"ext-zlib": "*",
|
||||||
|
"mike42/gfx-php": "^0.6"
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,25 @@
|
||||||
|
{
|
||||||
|
"name": "zelda/escpos-php",
|
||||||
|
"type": "project",
|
||||||
|
"license": "MIT",
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "zelda",
|
||||||
|
"email": "zelda#gmail.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"require": {
|
||||||
|
"php": ">=7.3.0",
|
||||||
|
"ext-json": "*",
|
||||||
|
"ext-intl": "*",
|
||||||
|
"ext-zlib": "*",
|
||||||
|
"zelda/gfx-php": "@dev"
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Zelda\\": "src/Zelda"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"minimum-stability": "dev",
|
||||||
|
"prefer-stable": false
|
||||||
|
}
|
Loading…
Reference in New Issue