Compare commits

..

No commits in common. "0ed5a7a7f511045601ec6ce016c21556b8098812" and "b3b2ca06275b024b9a59b0db55e3fc3ff2faecbd" have entirely different histories.

3 changed files with 48 additions and 4 deletions

View File

@ -1,4 +0,0 @@
[ViewState]
Mode=
Vid=
FolderType=Generic

View File

@ -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"
}
}

View File

@ -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
}