Updated composer.json, tested and works with PHP 7.4
This commit is contained in:
		@@ -15,6 +15,11 @@
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "bin": [ "bin/dataset-info" ],
 | 
					    "bin": [ "bin/dataset-info" ],
 | 
				
			||||||
 | 
					    "require": {
 | 
				
			||||||
 | 
					        "php": "^7.4|^8.0",
 | 
				
			||||||
 | 
					        "ext-simplexml": "*",
 | 
				
			||||||
 | 
					        "ext-json": "*"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
    "require-dev": {
 | 
					    "require-dev": {
 | 
				
			||||||
        "phpunit/phpunit": "^9.5",
 | 
					        "phpunit/phpunit": "^9.5",
 | 
				
			||||||
        "phpstan/phpstan": "^1.8"
 | 
					        "phpstan/phpstan": "^1.8"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user