From 40ea787510778fcdcfc0819c3e910607495c64ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Ruz=CC=8Cevic=CC=81?= Date: Wed, 4 Sep 2024 13:50:17 +0200 Subject: [PATCH] updating libs --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- composer.lock | 12 ++++++------ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ccba49..ff85693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/). +## [3.0.3] + +### Updated + +- `@infinum/eightshift-libs` to version `9.1.1`. + ## [3.0.2] ### Added @@ -190,6 +196,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a - Initial production release. +[3.0.3]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.2...3.0.3 [3.0.2]: https://github.com/infinum/eightshift-forms-utils/compare/3.0.0...3.0.2 [3.0.0]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.2...3.0.0 [2.0.2]: https://github.com/infinum/eightshift-forms-utils/compare/2.0.1...2.0.2 diff --git a/composer.json b/composer.json index a6c6408..853ae45 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ }, "require": { "php": ">=8.2", - "infinum/eightshift-libs": "^8.0.7" + "infinum/eightshift-libs": "^9.1.1" }, "suggest": { "ext-pcov": "* || This extension is used for code coverage generation. Use either pcov, or xdebug, but not both.", diff --git a/composer.lock b/composer.lock index b6b3e84..adc7bb7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "3911a280d0be8224237c85fcd31fad67", + "content-hash": "8de8281200bc60654283dde0bc05005a", "packages": [ { "name": "infinum/eightshift-libs", - "version": "8.0.7", + "version": "9.1.1", "source": { "type": "git", "url": "https://github.com/infinum/eightshift-libs.git", - "reference": "be156b507e770288e005e4f6569a499d8d92aa39" + "reference": "a78c95ab4e479bba34aced15d918ef5f7fb5d890" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infinum/eightshift-libs/zipball/be156b507e770288e005e4f6569a499d8d92aa39", - "reference": "be156b507e770288e005e4f6569a499d8d92aa39", + "url": "https://api.github.com/repos/infinum/eightshift-libs/zipball/a78c95ab4e479bba34aced15d918ef5f7fb5d890", + "reference": "a78c95ab4e479bba34aced15d918ef5f7fb5d890", "shasum": "" }, "require": { @@ -70,7 +70,7 @@ "issues": "https://github.com/infinum/eightshift-libs/issues", "source": "https://github.com/infinum/eightshift-libs" }, - "time": "2024-07-10T09:55:23+00:00" + "time": "2024-09-04T11:43:22+00:00" }, { "name": "laravel/serializable-closure",