Skip to content

Commit 13ef752

Browse files
committed
switch to interfaces v2 and commons v3 and remove composer.lock from git ignore list
1 parent 5ca4da8 commit 13ef752

File tree

3 files changed

+1443
-3
lines changed

3 files changed

+1443
-3
lines changed

.gitignore

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"ext-json": "*",
1818
"phpunit/phpunit": "^4.8",
1919
"kba-team/memory-container": "^1.0",
20-
"php-sap/interfaces": "v2.x-dev",
21-
"php-sap/common": "v3.x-dev",
20+
"php-sap/interfaces": "^2.0",
21+
"php-sap/common": "^3.0",
2222
"php-sap/datetime": "^1.1"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)