Skip to content

Commit 1f5fae3

Browse files
Release version 14.5.0 (Technology Update Release) (#4286)
2 parents 90d5df8 + e78ce10 commit 1f5fae3

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2023 Shopsys s.r.o., http://www.shopsys.com
3+
Copyright (c) 2017-2025 Shopsys s.r.o., http://www.shopsys.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22
"name": "shopsys/http-smoke-testing",
33
"type": "library",
44
"description": "HTTP smoke test case for testing all configured routes in your Symfony project",
5-
"keywords": ["smoke testing", "testing", "Symfony", "routing", "PHPUnit"],
5+
"keywords": [
6+
"smoke testing",
7+
"testing",
8+
"Symfony",
9+
"routing",
10+
"PHPUnit"
11+
],
612
"license": "MIT",
713
"authors": [
814
{
@@ -30,7 +36,7 @@
3036
"doctrine/annotations": "^1.10.4"
3137
},
3238
"require-dev": {
33-
"shopsys/coding-standards": "14.5.x-dev",
39+
"shopsys/coding-standards": "14.5.0",
3440
"php-parallel-lint/php-parallel-lint": "^1.3.1"
3541
},
3642
"conflict": {

0 commit comments

Comments
 (0)