Removed `Name` property trim
Re-added soap extension requirement v1.0.5
{ | ||
"name": "luitd/viis-schools", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "VIIS connector. Fetches official Latvian list of schools from Ministry of Education and Science", | ||
"type": "library", | ||
"authors": [ | ||
... | ... | @@ -17,7 +17,8 @@ |
], | ||
"license": "GPL-3.0-or-later", | ||
"require": { | ||
"php": ">=7.2.0" | ||
"php": ">=7.2", | ||
"ext-soap": "*" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^7" | ||
... | ... |
Please register or sign in to comment