Skip to content

Commit

Permalink
add ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrayIterator committed Oct 14, 2023
1 parent a7a0395 commit 3858ffb
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "arrayaccess/traydigita-core-module",
"description": "Core module for tray digita",
"version": "1.0.0",
"type": "library",
"license": "MIT",
"authors": [
Expand All @@ -12,7 +11,13 @@
}
],
"require": {
"php": "^8.2|^8.3"
"php": "^8.2|^8.3",
"ext-curl": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-openssl": "*",
"ext-pdo_mysql": "*",
"ext-fileinfo": "*"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.7.2",
Expand Down

0 comments on commit 3858ffb

Please sign in to comment.