Skip to content

Commit

Permalink
Merge branch 'master' of github.com:itrack/anaf
Browse files Browse the repository at this point in the history
  • Loading branch information
itrack committed Jan 18, 2018
2 parents c4f2d58 + e2ea10b commit a968a3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ composer require itrack/anaf

# Exemplu de folosire

- Initializare clasa
- Initializare librarie

$anaf = new Itrack\Anaf\Client(); <br><br>
$anaf = new \Itrack\Anaf\Client(); <br><br>

- Pentru a verifica doar un cui urmati foloseste metoda $anaf->addCui(CUI VALOARE INTEGER, "DATA VERIFICARE") conform exemplului de mai jos:

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"MIT"
],
"require": {
"php": ">=5.5"
"php": ">=5.5",
"ext-curl": "*"
},
"autoload": {
"psr-4": {
Expand All @@ -28,4 +29,4 @@
"dev-master": "0.1.x-dev"
}
}
}
}

0 comments on commit a968a3c

Please sign in to comment.