Skip to content

Commit bf2d61b

Browse files
update php 7.2 > 7.4
1 parent 7740392 commit bf2d61b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+120
-126
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP, with composer and extensions
2020
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
2121
with:
22-
php-version: 7.2
22+
php-version: 7.4
2323
extensions: mbstring
2424

2525
- name: Validate composer.json and composer.lock

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"minimum-stability": "dev",
77
"prefer-stable": true,
88
"require": {
9-
"php": ">=7.2.5",
9+
"php": "^7.4",
1010
"ext-ctype": "*",
1111
"ext-iconv": "*",
1212
"composer/package-versions-deprecated": "1.11.99.1",

composer.lock

+57-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Controller/AccountController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*
19-
* PHP version 7.2
19+
* PHP version 7.4
2020
*
2121
* @package Antilope
2222
* @author Vincent Peugnet <[email protected]>

src/Controller/HomeController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*
19-
* PHP version 7.2
19+
* PHP version 7.4
2020
*
2121
* @package Antilope
2222
* @author Vincent Peugnet <[email protected]>

src/Controller/InterestedController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*
19-
* PHP version 7.2
19+
* PHP version 7.4
2020
*
2121
* @package Antilope
2222
* @author Vincent Peugnet <[email protected]>

src/Controller/ManageController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*
19-
* PHP version 7.2
19+
* PHP version 7.4
2020
*
2121
* @package Antilope
2222
* @author Vincent Peugnet <[email protected]>

src/Controller/SecurityController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*
19-
* PHP version 7.2
19+
* PHP version 7.4
2020
*
2121
* @package Antilope
2222
* @author Vincent Peugnet <[email protected]>

src/Controller/SharableController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*
19-
* PHP version 7.2
19+
* PHP version 7.4
2020
*
2121
* @package Antilope
2222
* @author Vincent Peugnet <[email protected]>

src/Controller/SignUpController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* You should have received a copy of the GNU Affero General Public License
1717
* along with this program. If not, see <https://www.gnu.org/licenses/>.
1818
*
19-
* PHP version 7.2
19+
* PHP version 7.4
2020
*
2121
* @package Antilope
2222
* @author Vincent Peugnet <[email protected]>

0 commit comments

Comments
 (0)