Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bupy7 committed Jan 27, 2016
1 parent af6dc63 commit aa4969c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,7 +1,7 @@
xml-constrcutor
===============

v1.2.1 [2016-??-??]
v1.2.1 [2016-01-27]
-------------------

- Added Unit-tests.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"keywords": ["php", "library", "xml", "xml constructor", "xml writter"],
"license": "BSD-3-Clause",
"version": "1.2.0",
"version": "1.2.1",
"authors": [
{
"name": "Vasilij Belosludcev",
Expand All @@ -20,7 +20,7 @@
},
"autoload": {
"psr-4": {
"bupy7\\xml\\constructor\\": ""
"bupy7\\xml\\constructor\\": "src"
}
}
}
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -12,7 +12,7 @@
</testsuites>
<filter>
<whitelist>
<file>./XmlConstructor.php</file>
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<logging>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
@@ -1,3 +1,3 @@
<?php

require __DIR__ . '/../XmlConstructor.php';
require __DIR__ . '/../src/XmlConstructor.php';

0 comments on commit aa4969c

Please sign in to comment.