Skip to content

Commit

Permalink
--enh Update to PHP7.3 + gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
adambalint-srg committed May 7, 2019
1 parent fbf4605 commit e193717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
composer.lock
phpunit.xml
/vendor/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"php": "^7",
"php": "^7.3",
"twig/twig": "^2.1"
},
"autoload": {
Expand Down

0 comments on commit e193717

Please sign in to comment.