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/
vendor/
.php_cs.cache
.phpunit.cache/
.php-cs-fixer.cache

View File

@ -1,9 +1,9 @@
{
"name": "olivebbs/map",
"name": "olive/map",
"description": "Generic map for PHP",
"type": "library",
"require": {
"php": ">=7.4",
"php": "7.4 - 8.0",
"php-ds/php-ds": "^1.3",
"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",
"This file is @generated automatically"
],
"content-hash": "a566fdaf6ff9f571687f26e3dc7a8a62",
"content-hash": "3a97b3bda39ca237952799687ed87f15",
"packages": [
{
"name": "php-ds/php-ds",
@ -4268,7 +4268,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=7.4"
"php": ">=7.4 <8.1"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"