Skip to content

Commit 1defa92

Browse files
committed
PB-39713 Update composer dependencies to cakephp 5
1 parent 8a319a7 commit 1defa92

File tree

2 files changed

+740
-877
lines changed

2 files changed

+740
-877
lines changed

composer.json

+19-32
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,12 @@
4545
},
4646
{
4747
"type": "vcs",
48-
"url": "https://github.com/passbolt/migrations.git",
48+
"url": "https://github.com/ishanvyas22/cakephp-api-pagination.git",
4949
"no-api": true
5050
},
5151
{
5252
"type": "vcs",
53-
"url": "https://github.com/passbolt/phinx.git",
54-
"no-api": true
55-
},
56-
{
57-
"type": "vcs",
58-
"url": "https://github.com/bcrowe/cakephp-api-pagination.git",
59-
"no-api": true
60-
},
61-
{
62-
"type": "vcs",
63-
"url": "https://github.com/passbolt/cakephp-email-queue.git",
53+
"url": "https://github.com/pabloelcolombiano/cakephp-email-queue.git",
6454
"no-api": true
6555
}
6656
],
@@ -75,21 +65,18 @@
7565
"ext-pdo": "*",
7666
"ext-curl": "*",
7767
"composer/composer": "^2.8.1",
78-
"cakephp/cakephp": "^4.5.7",
79-
"cakephp/chronos": "2.4.*",
80-
"longwave/laminas-diactoros": "^2.14.1",
81-
"cakephp/migrations": "dev-master#cab2143c0b477eae213b472cdb5a3faa1ea1d0ff",
82-
"robmorgan/phinx": "0.x-dev#a409b03e1e3e5f8f60d0d3179704abc9bc80e817",
83-
"cakephp/plugin-installer": "^1.3.1",
84-
"mobiledetect/mobiledetectlib": "^2.8.39",
68+
"cakephp/cakephp": "5.0.*",
69+
"cakephp/migrations": "^4.0.0",
70+
"cakephp/plugin-installer": "^2.0",
71+
"mobiledetect/mobiledetectlib": "^4.8.03",
8572
"ramsey/uuid": "^4.2.3",
8673
"singpolyma/openpgp-php": "^0.7",
87-
"donatj/phpuseragentparser": "^1.8.0",
88-
"lorenzo/cakephp-email-queue": "dev-master#ed3e3e0c66999a5d0ce31f311ad89cbbd95f16d5",
74+
"donatj/phpuseragentparser": "^1.10.0",
75+
"lorenzo/cakephp-email-queue": "dev-migrate-cakephp-v5",
8976
"imagine/imagine": "^1.3.2",
9077
"league/flysystem": "^2.4.5",
91-
"cakephp/authentication": "^2.10.0",
92-
"bcrowe/cakephp-api-pagination": "^3.0.1",
78+
"cakephp/authentication": "^3.0",
79+
"bcrowe/cakephp-api-pagination": "dev-cake5",
9380
"firebase/php-jwt": "^6.2.0",
9481
"spomky-labs/otphp": "^10.0.0",
9582
"bacon/bacon-qr-code": "^2.0.7",
@@ -99,16 +86,16 @@
9986
"require-dev": {
10087
"phpstan/phpstan": "^1.12.10",
10188
"psy/psysh": "@stable",
102-
"cakephp/debug_kit": "^4.9.0",
103-
"cakephp/bake": "^2.3.0",
104-
"phpunit/phpunit": "~9.6.20",
105-
"cakephp/cakephp-codesniffer": "^4.5",
106-
"passbolt/passbolt-selenium-api": "^4.5",
107-
"passbolt/passbolt-test-data": "^4.8",
108-
"vierge-noire/cakephp-fixture-factories": "^v2.9.3",
109-
"cakephp/localized": "4.0.0",
89+
"cakephp/debug_kit": "^5.0.0",
90+
"cakephp/bake": "^3.0.0",
91+
"phpunit/phpunit": "^10.1.0",
92+
"cakephp/cakephp-codesniffer": "^5.0",
93+
"passbolt/passbolt-selenium-api": "dev-cakephp5",
94+
"passbolt/passbolt-test-data": "dev-cakephp5",
95+
"vierge-noire/cakephp-fixture-factories": "^v3.0",
96+
"cakephp/localized": "^5.0",
11097
"vimeo/psalm": "^5.26.0",
111-
"cakedc/cakephp-phpstan": "^2.1",
98+
"cakedc/cakephp-phpstan": "^3.2",
11299
"ergebnis/phpunit-slow-test-detector": "^2.19"
113100
},
114101
"autoload": {

0 commit comments

Comments
 (0)