Skip to content

Commit

Permalink
Composer updates, autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnmrs committed Dec 15, 2024
1 parent 41bf6d4 commit bbb2f98
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"require": {
"php": "^8.1",
"codeigniter4/framework": "^4.5",
"friendsofphp/php-cs-fixer": "^3.64",
"friendsofphp/php-cs-fixer": "^3.65",
"nexusphp/cs-config": "^3.24",
"nikic/php-parser": "^5.3",
"pdepend/pdepend": "^2.16",
"simplepie/simplepie": "^1.8",
"symfony/config": "^7.1",
"symfony/dependency-injection": "^7.1",
"symfony/var-exporter": "^7.1",
"symfony/yaml": "^7.1"
"symfony/config": "^7.2",
"symfony/dependency-injection": "^7.2",
"symfony/var-exporter": "^7.2",
"symfony/yaml": "^7.2"
},
"require-dev": {
"codeigniter/coding-standard": "^1.8",
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/_support/Files/able/apple.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
Expand Down
1 change: 1 addition & 0 deletions tests/_support/Files/able/fig_3.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
Expand Down
1 change: 1 addition & 0 deletions tests/_support/Files/able/prune_ripe.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
Expand Down
1 change: 1 addition & 0 deletions tests/_support/Files/baker/banana.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
Expand Down
1 change: 1 addition & 0 deletions tests/_support/Language/en/Core.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* Core language strings.
*
Expand Down

0 comments on commit bbb2f98

Please sign in to comment.