Skip to content

Commit 27a22cd

Browse files
Merge pull request #7 from monstar-lab-oss/feature/fixed-reference-to-nmeta-php
reference specific version for n-meta-php instead of branch
2 parents 5943636 + 9aa3fea commit 27a22cd

File tree

3 files changed

+1585
-890
lines changed

3 files changed

+1585
-890
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
/vendor
1+
/vendor
2+
.idea

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require": {
2121
"php": "^7.1",
22-
"monstar-lab-oss/n-meta-php": "dev-master"
22+
"monstar-lab-oss/n-meta-php": "^1.0.0"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)