Compare commits

...

2 Commits
1.x ... 0.x

3 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
.idea/ .idea/
vendor/ vendor/
.php_cs.cache .php_cs.cache
.phpunit.cache/ .phpunit.cache/
.php-cs-fixer.cache

View File

@ -1,9 +1,9 @@
{ {
"name": "olivebbs/map", "name": "olive/map",
"description": "Generic map for PHP", "description": "Generic map for PHP",
"type": "library", "type": "library",
"require": { "require": {
"php": ">=7.4", "php": "7.4 - 8.0",
"php-ds/php-ds": "^1.3", "php-ds/php-ds": "^1.3",
"symfony/polyfill-php80": "^1.22" "symfony/polyfill-php80": "^1.22"
}, },

4
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a566fdaf6ff9f571687f26e3dc7a8a62", "content-hash": "3a97b3bda39ca237952799687ed87f15",
"packages": [ "packages": [
{ {
"name": "php-ds/php-ds", "name": "php-ds/php-ds",
@ -4268,7 +4268,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.4" "php": ">=7.4 <8.1"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.3.0"