Skip to content

Commit 2d891ae

Browse files
committed
update carbon version in each packages
1 parent 7457547 commit 2d891ae

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/Illuminate/Auth/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"illuminate/http": "4.2.*",
1717
"illuminate/session": "4.2.*",
1818
"illuminate/support": "4.2.*",
19-
"nesbot/carbon": "~1.0"
19+
"nesbot/carbon": "^2.71"
2020
},
2121
"require-dev": {
2222
"illuminate/console": "4.2.*",

src/Illuminate/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"require": {
1111
"php": ">=5.4.0",
1212
"illuminate/support": "4.2.*",
13-
"nesbot/carbon": "~1.0"
13+
"nesbot/carbon": "^2.71"
1414
},
1515
"require-dev": {
1616
"illuminate/database": "4.2.*",

src/Illuminate/Database/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"illuminate/container": "4.2.*",
1414
"illuminate/events": "4.2.*",
1515
"illuminate/support": "4.2.*",
16-
"nesbot/carbon": "~2.0"
16+
"nesbot/carbon": "^2.71"
1717
},
1818
"require-dev": {
1919
"illuminate/cache": "4.2.*",

src/Illuminate/Queue/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"illuminate/http": "4.2.*",
1515
"illuminate/support": "4.2.*",
1616
"symfony/process": "~6.4",
17-
"nesbot/carbon": "~2.0"
17+
"nesbot/carbon": "^2.71"
1818
},
1919
"require-dev": {
2020
"illuminate/cache": "4.2.*",

src/Illuminate/Session/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"illuminate/cookie": "4.2.*",
1414
"illuminate/encryption": "4.2.*",
1515
"illuminate/support": "4.2.*",
16-
"nesbot/carbon": "~2.0",
16+
"nesbot/carbon": "^2.71",
1717
"symfony/finder": "~6.4",
1818
"symfony/http-foundation": "~6.4"
1919
},

0 commit comments

Comments
 (0)