Skip to content

Commit

Permalink
Merge pull request #9 from UrbanMonastics/main
Browse files Browse the repository at this point in the history
Prep for v0.4.2
  • Loading branch information
paulprins authored Sep 25, 2021
2 parents a0d6d3c + 2ba5d49 commit 4f6902c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SourceTextParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SourceTextParser{


// Establish the version of the library
const version = '0.3';
const version = '0.4.2';


/**
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"require-dev": {
"phpunit/phpunit": ">=4.8.35"
},
"replace": {
"urbanmonastics/sourceparser": "*"
},
"autoload": {
"psr-4": {"UrbanMonastics\\SourceTextParser\\": ""},
"exclude-from-classmap": [
Expand Down

0 comments on commit 4f6902c

Please sign in to comment.