Skip to content

Commit

Permalink
release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbscld committed Feb 20, 2021
1 parent fc4f6bd commit dee4e00
Show file tree
Hide file tree
Showing 287 changed files with 2,046 additions and 26,156 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ example/credentials.properties
*.properties
NotesPerso.txt
.idea
/vendor/**/*
/vendor/
vendor/**/*
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"extra": {
"phar-builder": {
"compression": "GZip",
"name": "Viessmann-Api-1.3.4.phar",
"name": "Viessmann-Api-1.4.0.phar",
"output-dir": "./example",
"entry-point": "./index.php",
"include": "php",
Expand All @@ -32,6 +32,6 @@
}
},
"require-dev": {
"roave/better-reflection": "dev-master"
"roave/better-reflection": "3.4.*"
}
}
Loading

0 comments on commit dee4e00

Please sign in to comment.