From 3d155b373ff539993e2c8b4dcb1494a56268091b Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sun, 25 Apr 2021 14:45:44 +0200 Subject: [PATCH] Upgrade wnx/php-swiss-cantons to v4 The underlying data source has changed and the package got a new major version. The public API remains the same. More here: https://github.com/stefanzweifel/php-swiss-cantons/releases/tag/4.0.0 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ac1fa2a..683bc44 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "php": "^7.4 || ^8.0", "illuminate/contracts": "^6.0 || ^7.0 || ^8.0", "illuminate/support": "^6.0 || ^7.0 || ^8.0", - "wnx/php-swiss-cantons": "^3.0" + "wnx/php-swiss-cantons": "^4.0" }, "require-dev": { "orchestra/testbench": "^4.0 || ^5.0 || ^6.0",